Searched refs:isTlv (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lld/MachO/ |
| D | Symbols.h | 65 virtual bool isTlv() const { llvm_unreachable("cannot be TLV"); } in isTlv() function 131 bool isTlv() const override { in isTlv() function 230 RefState refState, bool isTlv) in DylibSymbol() argument 232 tlv(isTlv) { in DylibSymbol() 241 bool isTlv() const override { return tlv; } in isTlv() function
|
| D | Relocations.cpp | 31 if (relocAttrs.hasAttr(RelocAttrBits::TLV) != sym->isTlv()) in validateSymbolRelocation() 33 (sym->isTlv() ? "not " : "") + "be thread-local")); in validateSymbolRelocation()
|
| D | SymbolTable.h | 50 Symbol *addDylib(StringRef name, DylibFile *file, bool isWeakDef, bool isTlv);
|
| D | SymbolTable.cpp | 142 bool isTlv) { in addDylib() argument 166 replaceSymbol<DylibSymbol>(s, file, name, isWeakDef, refState, isTlv); in addDylib()
|
| D | ExportTrie.cpp | 71 if (sym.isTlv()) { in ExportInfo()
|
| D | InputFiles.cpp | 1018 bool isTlv = flags & EXPORT_SYMBOL_FLAGS_KIND_THREAD_LOCAL; in DylibFile() local 1020 isWeakDef, isTlv)); in DylibFile()
|