Searched defs:isTlv (Results 1 – 4 of 4) sorted by relevance
68 virtual bool isTlv() const { return false; } in isTlv() function259 RefState refState, bool isTlv) in DylibSymbol()275 bool isTlv() const override { return tlv; } in isTlv() function
84 bool Defined::isTlv() const { in isTlv() function in Defined
261 bool isTlv) { in addDylib()
1776 bool isTlv = entry.flags & EXPORT_SYMBOL_FLAGS_KIND_THREAD_LOCAL; in parseExportedSymbols() local