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

  /external/llvm/include/llvm/MC/
SectionKind.h 156 bool isBSSExtern() const { return K == BSSExtern; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 178 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 162 bool isBSSExtern() const { return K == BSSExtern; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 442 if (Kind.isBSSExtern())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 643 if (Kind.isBSSExtern())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 336 if (GVKind.isBSSExtern() && MAI->hasMachoZeroFillDirective()) {
    [all...]

Completed in 2323 milliseconds