Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DWriter.cpp468 auto isTLS = [](InputSegment *segment) { in populateTargetFeatures() local
/external/llvm-project/llvm/include/llvm/Object/
DIRSymtab.h199 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } in isTLS() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h198 bool isTLS() const { return (Flags >> S::FB_tls) & 1; } in isTLS() function