Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() function in DynamicLibrary::HandleSet
/aosp_15_r20/bionic/linker/
H A Dlinker_cfi.cpp162 bool CFIShadowWriter::AddLibrary(soinfo* si) { in AddLibrary() function in CFIShadowWriter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDynamicLibrary.cpp44 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true, in AddLibrary() function in DynamicLibrary::HandleSet
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfunction.cc1399 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
1444 Status FunctionLibraryDefinition::AddLibrary( in AddLibrary() function in tensorflow::FunctionLibraryDefinition
H A Dfunction_test.cc1148 TEST(FunctionLibraryDefinitionTest, AddLibrary) { in TEST() argument