Searched defs:isDynamicLookup (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | Symbols.h | 276 bool isDynamicLookup() const { return file == nullptr; } isDynamicLookup() function |
H A D | SymbolTable.cpp | 276 bool isDynamicLookup = file == nullptr; addDylib() local |