HomeSort by relevance Sort by last modified time
    Searched defs:SectionName (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionCOFF.h 26 StringRef SectionName;
40 : MCSection(SV_COFF, K), SectionName(Section),
52 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 27 /// SectionName - This is the name of the section. The referenced memory is
29 StringRef SectionName;
49 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
58 StringRef getSectionName() const { return SectionName; }
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 26 StringRef SectionName;
55 : MCSection(SV_COFF, K, Begin), SectionName(Section),
69 StringRef getSectionName() const { return SectionName; }
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionELF.h 33 StringRef SectionName;
58 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
65 void setSectionName(StringRef Name) { SectionName = Name; }
74 StringRef getSectionName() const { return SectionName; }
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 102 StringRef SectionName = GV->getSection();
104 bool IsCPRel = SectionName.startswith(".cp.");
107 return getContext().getELFSection(SectionName, getXCoreSectionType(Kind),
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
MCSectionELF.h 31 StringRef SectionName;
57 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
64 void setSectionName(StringRef Name) { SectionName = Name; }
73 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionMachO.h 27 char SectionName[16]; // Not necessarily null terminated!
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
MCSectionCOFF.h 29 StringRef SectionName;
58 : MCSection(SV_COFF, K, Begin), SectionName(Section),
72 StringRef getSectionName() const { return SectionName; }
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 106 StringRef SectionName =
111 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);
  /external/autotest/site_utils/suite_scheduler/
base_event.py 25 def SectionName(keyword):
93 section = SectionName(cls.KEYWORD)

Completed in 447 milliseconds

1 2 3 4