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

  /external/llvm/include/llvm/MC/
SectionKind.h 127 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 150 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 144 if (Kind.isMergeable2ByteCString()) return 2;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
SectionKind.h 133 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 242 Kind.isMergeable2ByteCString() ||
252 if (Kind.isMergeable2ByteCString())
417 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() &&
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 252 if (Kind.isMergeable2ByteCString()) {
615 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() &&
    [all...]

Completed in 721 milliseconds