Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/wasm/
H A DOutputSegment.h33 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; } in isTLS() function in lld::wasm::Symbol
H A DWriter.cpp514 auto isTLS = [](InputChunk *segment) { in populateTargetFeatures() local
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolWasm.h69 bool isTLS() const { return getFlags() & wasm::WASM_SYMBOL_TLS; } in isTLS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DIRSymtab.h203 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } in isTLS() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp526 static bool isTLS(const SectionRef Section) { in isTLS() function