Home
last modified time | relevance | path

Searched refs:isWeaklyReferenced (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp220 Sym->isWeaklyReferenced() ? SymbolLookupFlags::WeaklyReferencedSymbol in applyLookupResult()
241 assert(Sym->isWeaklyReferenced() && in applyLookupResult()
H A DJITLink.cpp342 << (Sym->isWeaklyReferenced() ? " (weakly referenced)" : "") << "\n"; in dump()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp442 if (Tgt.getAddress() || !Tgt.isWeaklyReferenced()) in getBlockImmediateDeps()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h639 bool isWeaklyReferenced() const { in isWeaklyReferenced() function