HomeSort by: relevance | last modified time | path
    Searched refs:SectionType (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Object.h 25 uint8_t SectionType;
Writer.cpp 27 OS << S.SectionType;
28 bool HasName = S.SectionType == WASM_SEC_CUSTOM;
WasmObjcopy.cpp 66 Sec.SectionType = llvm::wasm::WASM_SEC_CUSTOM;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionMachO.h 50 MachO::SectionType getType() const {
51 return static_cast<MachO::SectionType>(TypeAndAttributes &
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionMachO.cpp 110 MachO::SectionType SectionType = getType();
111 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE &&
112 "Invalid SectionType specified!");
114 if (!SectionTypeDescriptors[SectionType].AssemblerName.empty()) {
116 OS << SectionTypeDescriptors[SectionType].AssemblerName;
193 StringRef SectionType = GetEmptyOrTrim(2);
212 if (SectionType.empty())
219 return SectionType == Descriptor.AssemblerName;
270 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp 30 template <typename SectionType>
31 Section constructSectionCommon(SectionType Sec, uint32_t Index) {
49 template <typename SectionType>
50 Section constructSection(SectionType Sec, uint32_t Index);
62 template <typename SectionType, typename SegmentType>
68 const SectionType *Curr =
69 reinterpret_cast<const SectionType *>(LoadCmd.Ptr + sizeof(SegmentType));
73 SectionType Sec;
74 memcpy((void *)&Sec, Curr, sizeof(SectionType));
Object.h 69 MachO::SectionType getType() const {
70 return static_cast<MachO::SectionType>(Flags & MachO::SECTION_TYPE);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 41 template <typename SectionType>
42 Expected<MachOYAML::Section> constructSectionCommon(SectionType Sec,
44 template <typename SectionType>
45 Expected<MachOYAML::Section> constructSection(SectionType Sec,
47 template <typename SectionType, typename SegmentType>
73 template <typename SectionType>
75 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) {
163 template <typename SectionType, typename SegmentType>
168 const SectionType *Curr =
169 reinterpret_cast<const SectionType *>(LoadCmd.Ptr + sizeof(SegmentType))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 29 LLVM_YAML_STRONG_TYPEDEF(uint32_t, SectionType)
183 explicit Section(SectionType SecType) : Type(SecType) {}
186 SectionType Type;
473 template <> struct ScalarEnumerationTraits<WasmYAML::SectionType> {
474 static void enumeration(IO &IO, WasmYAML::SectionType &Type);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp 165 WasmYAML::SectionType SectionType;
167 SectionType = Section->Type;
169 IO.mapRequired("Type", SectionType);
171 switch (SectionType) {
277 void ScalarEnumerationTraits<WasmYAML::SectionType>::enumeration(
278 IO &IO, WasmYAML::SectionType &Type) {
MachOEmitter.cpp 101 template <typename SectionType>
102 SectionType constructSection(MachOYAML::Section Sec) {
103 SectionType TempSec;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
XCOFFDumper.cpp 483 uint16_t SectionType = Sec.getSectionType();
484 switch (SectionType) {
500 W.printHex("Flags", "Reserved", SectionType);
502 W.printEnum("Type", SectionType, makeArrayRef(SectionTypeFlagsNames));
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 555 MachO::SectionType SectionType = Current->getType();
556 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS &&
557 SectionType != MachO::S_LAZY_SYMBOL_POINTERS &&
558 SectionType != MachO::S_THREAD_LOCAL_VARIABLE_POINTERS &&
559 SectionType != MachO::S_SYMBOL_STUBS)
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp 158 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE;
159 if (SectionType != MachO::S_ZEROFILL &&
160 SectionType != MachO::S_GB_ZEROFILL) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 423 parseMacroOrMacinfo(MacroSecType SectionType);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BasicBlockSections.cpp 407 if (XSectionID.Type == MBBSectionID::SectionType::Default)
MachineBasicBlock.cpp 534 case MBBSectionID::SectionType::Exception:
537 case MBBSectionID::SectionType::Cold:
1650 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
1652 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 53 enum SectionType {
75 MBBSectionID(SectionType T) : Type(T), Number(0) {}
578 return ((unsigned)MBBSectionID::SectionType::Cold) -
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 518 unsigned SectionType = MachO->getSectionType(Section);
519 return SectionType == MachO::S_ZEROFILL ||
520 SectionType == MachO::S_GB_ZEROFILL;
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 2029 UINT8 SectionType[16];
2044 UINT8 SectionType[16];
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2024 unsigned SectionType = Flags & MachO::SECTION_TYPE;
2026 !(SectionType == MachO::S_ZEROFILL ||
2027 SectionType == MachO::S_GB_ZEROFILL);
2032 unsigned SectionType = Flags & MachO::SECTION_TYPE;
2034 (SectionType == MachO::S_ZEROFILL ||
2035 SectionType == MachO::S_GB_ZEROFILL);
2051 unsigned SectionType = Flags & MachO::SECTION_TYPE;
2052 return SectionType == MachO::S_ZEROFILL ||
2053 SectionType == MachO::S_GB_ZEROFILL;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 264 DWARFContext::parseMacroOrMacinfo(MacroSecType SectionType) {
267 if (Error Err = IsMacro ? Macro->parseMacro(SectionType == MacroSection
270 SectionType == MacroSection
279 switch (SectionType) {
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 616 uint32_t SectionType = Sec.flags & MachO::SECTION_TYPE;
617 if (SectionType == MachO::S_SYMBOL_STUBS) {
  /src/sys/dev/acpi/
apei.c 819 apei_cper_guid_dec(gede->SectionType, &sectype);
829 " SectionType=%s (%s error)\n",
837 device_printf(sc->sc_dev, "%s: SectionType=%s\n", ctx,
  /src/usr.sbin/acpitools/acpidump/
acpi.c 559 acpi_print_string((char *)data->SectionType, sizeof(data->SectionType));

Completed in 87 milliseconds

1 2