Searched defs:isTLS (Results 1 – 9 of 9) sorted by relevance
32 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; } isTLS() function in lld::wasm::Symbol
619 auto isTLS = [](InputChunk *segment) { in populateTargetFeatures() local [all...]
70 bool isTLS() const { return getFlags() & wasm::WASM_SYMBOL_TLS; } in isTLS() function
908 bool Relocation::isTLS(uint64_t Type) { isTLS() function in Relocation
273 bool isTLS() const { return (ELFFlags & ELF::SHF_TLS); } isTLS() function
203 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } isTLS() function
526 static bool isTLS(const SectionRef Section) { in isTLS() function