Searched defs:isTLS (Results 1 – 7 of 7) sorted by relevance
33 bool isTLS() const { return name == ".tdata"; } in isTLS() function
83 bool isTLS() const { return flags & llvm::wasm::WASM_SEG_FLAG_TLS; } in isTLS() function
212 bool Symbol::isTLS() const { return flags & WASM_SYMBOL_TLS; } in isTLS() function in lld::wasm::Symbol
514 auto isTLS = [](InputChunk *segment) { in populateTargetFeatures() local
69 bool isTLS() const { return getFlags() & wasm::WASM_SYMBOL_TLS; } in isTLS() function
203 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } in isTLS() function
526 static bool isTLS(const SectionRef Section) { in isTLS() function