Searched refs:LTDL_SHLIB_EXT (Results 1 - 12 of 12) sorted by relevance

/external/llvm/host/include/llvm/Config/
H A Dconfig.h699 #define LTDL_SHLIB_EXT ".dylib" macro
701 #define LTDL_SHLIB_EXT ".dll" macro
703 #define LTDL_SHLIB_EXT ".so" macro
/external/llvm/device/include/llvm/Config/
H A Dconfig.h633 #define LTDL_SHLIB_EXT ".so" macro
/external/swiftshader/third_party/LLVM/include/llvm/Config/
H A Dconfig.h638 #define LTDL_SHLIB_EXT ".dll" macro
H A Dconfig.h.cmake638 #cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"
H A Dconfig.h.in636 #undef LTDL_SHLIB_EXT
/external/swiftshader/third_party/LLVM/include-android/llvm/Config/
H A Dconfig.h640 #define LTDL_SHLIB_EXT ".so" macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Config/
H A Dconfig.h638 #define LTDL_SHLIB_EXT ".so" macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Config/
H A Dconfig.h638 #define LTDL_SHLIB_EXT ".dylib" macro
/external/swiftshader/third_party/LLVM/lib/Support/
H A DPath.cpp200 FullPath.appendComponent("lib" + name + LTDL_SHLIB_EXT);
212 return &(LTDL_SHLIB_EXT[1]);
/external/swiftshader/third_party/LLVM/autoconf/m4/
H A Dltdl.m4204 AC_DEFINE_UNQUOTED([LTDL_SHLIB_EXT], ["$libltdl_cv_shlibext"],
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp812 InputFile + "-%%%%%%%" + LTDL_SHLIB_EXT, UniqueFilename);
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DToolRunner.cpp881 sys::Path uniqueFilename(InputFile+LTDL_SHLIB_EXT);

Completed in 3787 milliseconds