Home
last modified time | relevance | path

Searched refs:allowsZeroSymbols (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h394 virtual bool allowsZeroSymbols() { return false; } in allowsZeroSymbols() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1120 if (!Addr && !Resolver.allowsZeroSymbols()) in applyExternalSymbolRelocations()