OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDynamicLibrary
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Linker/
Linker.cpp
139
if (FullPath.
isDynamicLibrary
()) // Native shared library?
147
if (FullPath.
isDynamicLibrary
()) // Native shared library?
170
(FilePath.isArchive() || FilePath.
isDynamicLibrary
()))
/external/swiftshader/third_party/LLVM/lib/Support/
Path.cpp
172
Path::
isDynamicLibrary
() const {
201
if (FullPath.
isDynamicLibrary
())
/external/swiftshader/third_party/LLVM/include/llvm/Support/
PathV1.h
364
bool
isDynamicLibrary
() const;
[
all
...]
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp
460
if (!FullLibraryPath.
isDynamicLibrary
()) {
Completed in 381 milliseconds