Home
last modified time | relevance | path

Searched defs:AddLibrary (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet
/external/llvm-project/llvm/lib/Support/
DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp215 static bool AddLibrary = false; ///< 'L' modifier variable
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc1356 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
1395 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
Dfunction_test.cc1081 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument