HomeSort by relevance Sort by last modified time
    Searched refs:isThreadLocal (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/llvm/include/llvm/MC/
SectionKind.h 140 return isThreadLocal() || isGlobalWriteableData();
143 bool isThreadLocal() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 162 return isThreadLocal() || isGlobalWriteableData();
165 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SectionKind.h 146 return isThreadLocal() || isGlobalWriteableData();
149 bool isThreadLocal() const {
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 93 LHS->isThreadLocal() || RHS->isThreadLocal() ||
  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalVariable.h 138 bool isThreadLocal() const { return isThreadLocalSymbol; }
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 182 if (!GV->isThreadLocal())
228 if (GV.isThreadLocal())
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 135 if (GVar->isThreadLocal()) {
269 assert(!Kind.isThreadLocal() && "Doesn't support TLS");
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 75 if (G.isThreadLocal())
  /external/llvm/lib/Target/
TargetMachine.cpp 143 bool IsTLS = GV && GV->isThreadLocal();
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection())
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneModule.cpp 56 I->isThreadLocal(),
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 156 if (GV->isThreadLocal()) {
167 if (GV->isThreadLocal()) {

Completed in 887 milliseconds

1 2 3 4