Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h394 virtual bool allowsZeroSymbols() { return false; } in allowsZeroSymbols() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1120 if (!Addr && !Resolver.allowsZeroSymbols()) in applyExternalSymbolRelocations()