Home
last modified time | relevance | path

Searched defs:isDynamicLookup (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbols.h271 bool isDynamicLookup() const { return file == nullptr; } isDynamicLookup() function
H A DSymbolTable.cpp276 bool isDynamicLookup = file == nullptr; in addDylib() local