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

1 2

  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 96 if (GVRHS->isThreadLocal() || GVRHS->getName() != "__ImageBase" ||
102 if (GVLHS->isThreadLocal())
X86FastISel.cpp 552 if (GV->isThreadLocal())
890 if (GVar->isThreadLocal())
    [all...]
  /external/llvm/include/llvm/MC/
SectionKind.h 162 return isThreadLocal() || isGlobalWriteableData();
165 bool isThreadLocal() const {
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 145 if (GVar->isThreadLocal()) {
282 assert(!Kind.isThreadLocal() && "Doesn't support TLS");
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 182 if (!GV->isThreadLocal())
232 if (GV->isThreadLocal())
XCoreTargetObjectFile.cpp 164 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind");
XCoreAsmPrinter.cpp 157 if (GV->isThreadLocal()) {
  /external/llvm/include/llvm/IR/
GlobalValue.h 133 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; }
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 181 if (K.isThreadLocal())
745 else if (K.isThreadLocal())
842 if (Kind.isThreadLocal())
891 if (Kind.isThreadLocal())
    [all...]
GlobalMerge.cpp 294 if (I->isDeclaration() || I->isThreadLocal() || I->hasSection())
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 349 bool IsThreadLocal = GVar && GVar->isThreadLocal();
351 if (IsThreadLocal)
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 668 if (GV->isThreadLocal()) {
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 516 if (GV->isThreadLocal() ||
520 Vals.push_back(GV->isThreadLocal());
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 470 if (GV->isThreadLocal() ||
474 Vals.push_back(GV->isThreadLocal());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 654 if (GV.isThreadLocal() ||
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 448 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) {
    [all...]
DwarfUnit.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 244 if (GV->isThreadLocal())
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 487 if (GV->isThreadLocal() ||
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 331 return GV->isThreadLocal();
    [all...]
Core.cpp     [all...]

Completed in 3692 milliseconds

1 2