Home
last modified time | relevance | path

Searched defs:isTlv (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/MachO/
DSymbols.h60 virtual bool isTlv() const { llvm_unreachable("cannot be TLV"); } in isTlv() function
92 bool isTlv() const override { in isTlv() function
152 DylibSymbol(DylibFile *file, StringRefZ name, bool isWeakDef, bool isTlv) in DylibSymbol()
156 bool isTlv() const override { return tlv; } in isTlv() function
208 bool isTlv() const override { return false; } in isTlv() function
DSymbolTable.cpp99 bool isTlv) { in addDylib()
DInputFiles.cpp520 bool isTlv = flags & EXPORT_SYMBOL_FLAGS_KIND_THREAD_LOCAL; in DylibFile() local