Searched defs:AddLibrary (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ | ||
D | DynamicLibrary.cpp | 50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet |
/external/llvm-project/llvm/lib/Support/ | ||
D | DynamicLibrary.cpp | 50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet |
/external/llvm-project/llvm/tools/llvm-ar/ | ||
D | llvm-ar.cpp | 215 static bool AddLibrary = false; ///< 'L' modifier variable |
/external/tensorflow/tensorflow/core/framework/ | ||
D | function.cc | 1356 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition |
D | function_test.cc | 1081 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument |