Home
last modified time | relevance | path

Searched defs:isTLS (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lld/wasm/
H A DOutputSegment.h32 bool isTLS() const { return name == ".tdata"; } in isTLS() function
H A DInputChunks.h83 bool isTLS() const { return flags & llvm::wasm::WASM_SEG_FLAG_TLS; } in isTLS() function
H A DSymbols.cpp212 bool Symbol::isTLS() const { return flags & WASM_SYMBOL_TLS; } isTLS() function in lld::wasm::Symbol
H A DWriter.cpp619 auto isTLS = [](InputChunk *segment) { in populateTargetFeatures() local
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h70 bool isTLS() const { return getFlags() & wasm::WASM_SYMBOL_TLS; } in isTLS() function
/llvm-project/bolt/lib/Core/
H A DRelocation.cpp908 bool Relocation::isTLS(uint64_t Type) { isTLS() function in Relocation
/llvm-project/bolt/include/bolt/Core/
H A DBinarySection.h273 bool isTLS() const { return (ELFFlags & ELF::SHF_TLS); } isTLS() function
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h203 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } isTLS() function
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp526 static bool isTLS(const SectionRef Section) { in isTLS() function