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

  /external/llvm/include/llvm/MC/
SectionKind.h 151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
162 bool isReadOnlyWithRel() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
192 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
168 bool isReadOnlyWithRel() const {
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 134 if (Kind.isReadOnlyWithRel()) return DataRelROSection;
141 if (Kind.isReadOnlyWithRel()) return DataRelROSectionLarge;
155 assert((Kind.isReadOnly() || Kind.isReadOnlyWithRel()) &&
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 201 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
293 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
312 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
437 if (Kind.isReadOnlyWithRel())
458 if (Kind.isDataRel() || Kind.isReadOnlyWithRel())
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 241 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
369 assert(Kind.isReadOnlyWithRel() && "Unknown section kind");
638 if (Kind.isReadOnlyWithRel())
660 if (Kind.isData() || Kind.isReadOnlyWithRel())
833 else if (K.isReadOnly() || K.isReadOnlyWithRel())
923 if (Kind.isReadOnly() || Kind.isReadOnlyWithRel())
    [all...]

Completed in 827 milliseconds