Home
last modified time | relevance | path

Searched refs:GetDLLSuffix (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Linker/
DLinker.cpp138 FullPath.appendSuffix(sys::Path::GetDLLSuffix()); in IsLibrary()
/external/swiftshader/third_party/LLVM/lib/Support/
DPath.cpp211 StringRef Path::GetDLLSuffix() { in GetDLLSuffix() function in Path
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV1.h174 static StringRef GetDLLSuffix();
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp458 FullLibraryPath.appendSuffix(sys::Path::GetDLLSuffix()); in EmitShellScript()