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

  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 118 << (Kind.isBSSLocal() ? "kind_bss_local " : "" ));
151 << (Kind.isBSSLocal() ? "kind_bss_local " : "" ));
318 if (Kind.isBSS() || Kind.isBSSLocal()) {
  /external/llvm/include/llvm/MC/
SectionKind.h 155 bool isBSSLocal() const { return K == BSSLocal; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 177 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SectionKind.h 161 bool isBSSLocal() const { return K == BSSLocal; }
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 190 if (TLOF.getKindForGlobal(I, TLI->getTargetMachine()).isBSSLocal())
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 565 TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSSLocal())
TargetLoweringObjectFileImpl.cpp 648 if (Kind.isBSSLocal())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 447 if (Kind.isBSSLocal())
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 445 if (GVKind.isBSSLocal() &&
    [all...]