HomeSort by relevance Sort by last modified time
    Searched refs:isThreadBSS (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/MC/
SectionKind.h 147 bool isThreadBSS() const { return K == ThreadBSS; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 169 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 153 bool isThreadBSS() const { return K == ThreadBSS; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 139 if (K.isBSS() || K.isThreadBSS())
194 if (Kind.isThreadBSS()) return ".tbss.";
281 if (Kind.isThreadBSS()) return TLSBSSSection;
395 if (Kind.isThreadBSS()) return TLSBSSSection;
ELFWriter.cpp 389 } else if (Kind.isBSS() || Kind.isThreadBSS()) { // Symbol goes to BSS.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 165 if (K.isBSS() || K.isThreadBSS())
237 if (Kind.isThreadBSS())
592 if (Kind.isThreadBSS()) return TLSBSSSection;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 488 if (GVKind.isThreadBSS()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 361 if (GVKind.isThreadBSS())
    [all...]

Completed in 6308 milliseconds