/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 52 AssemblerConstantPools::getConstantPool(const MCSection *Section) { in getConstantPool() 61 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { in getOrCreateConstantPool() 65 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section, in emitConstantPool() 78 const MCSection *Section = CPI->first; in emitAll() local 86 const MCSection *Section = Streamer.getCurrentSection().first; in emitForCurrentSection() local 95 const MCSection *Section = Streamer.getCurrentSection().first; in addEntry() local
|
H A D | MCContext.cpp | 111 MCSymbol *MCContext::getOrCreateSectionSymbol(const MCSectionELF &Section) { in getOrCreateSectionSymbol() 232 getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() 256 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 261 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) { in renameELFSection() 275 getELFSection(StringRef Section, unsigned Type, unsigned Flags, in getELFSection() 306 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 332 MCContext::getCOFFSection(StringRef Section, unsigned Characteristics, in getCOFFSection() 337 const MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection()
|
H A D | MCELFStreamer.cpp | 66 const MCSectionELF &Section = in EmitLabel() local 90 void MCELFStreamer::ChangeSection(const MCSection *Section, in ChangeSection() 256 const MCSection *Section = getAssembler().getContext().getELFSection(".bss", in EmitCommonSymbol() local 537 const MCSection &Section = Symbol.getSection(); in Flush() local 594 void MCELFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, in EmitZerofill() 599 void MCELFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, in EmitTBSSSymbol()
|
H A D | ELFObjectWriter.cpp | 955 const MCSectionELF &Section = in ComputeIndexMap() local 964 const MCSectionELF &Section = in ComputeIndexMap() local 1032 const MCSectionELF &Section = in computeSymbolTable() local 1106 const MCSectionELF &Section = in CreateRelocationSections() local 1222 const MCSectionELF &Section, in CompressDebugSection() 1267 const MCSectionELF &Section = in CompressDebugSections() local 1286 const MCSectionELF &Section = in WriteRelocations() local 1424 const MCSectionELF &Section = in CreateMetadataSections() local 1444 const MCSectionELF &Section = in CreateIndexedSections() local 1467 const MCSectionELF &Section = in CreateIndexedSections() local [all …]
|
H A D | MCWinEH.cpp | 42 if (const auto *Section = dyn_cast<MCSectionCOFF>(FunctionSection)) { in getUnwindInfoSection() local
|
H A D | WinCOFFStreamer.cpp | 222 const MCSection *Section = getContext().getObjectFileInfo()->getBSSSection(); in EmitLocalCommonSymbol() local 241 void MCWinCOFFStreamer::EmitZerofill(const MCSection *Section, in EmitZerofill() 247 void MCWinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, in EmitTBSSSymbol()
|
H A D | MCNullStreamer.cpp | 34 void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = nullptr, in EmitZerofill()
|
H A D | MCSectionMachO.cpp | 72 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, in MCSectionMachO() 171 StringRef &Section, // Out. in ParseSectionSpecifier()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFYAML.h | 64 StringRef Section; member 74 struct Section { struct 75 enum class SectionKind { RawContent, Relocation }; argument 76 SectionKind Kind; argument 83 Section(SectionKind Kind) : Kind(Kind) {} in Section() argument
|
H A D | COFFYAML.h | 55 struct Section { struct 58 yaml::BinaryRef SectionData; argument 61 Section(); argument
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | Win64EHDumper.cpp | 116 const coff_section *Section, uint64_t Offset, in formatSymbol() 138 const coff_section *Section, in resolveRelocation() 161 const coff_section *Section, in printRuntimeFunctionEntry() 232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() 277 const coff_section *Section, in printRuntimeFunction() 301 for (const auto &Section : Ctx.COFF.sections()) { in printData() local
|
H A D | COFFDumper.cpp | 119 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 137 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 342 const coff_section *Section = Obj->getCOFFSection(S); in cacheRelocations() local 472 void COFFDumper::printCodeViewLineTables(const SectionRef &Section) { in printCodeViewLineTables() 635 const SectionRef &Section, in printCodeViewSymbolsSubsection() 713 const coff_section *Section = Obj->getCOFFSection(Sec); in printSections() local 768 for (const SectionRef &Section : Obj->sections()) { in printRelocations() local 792 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() 833 const coff_section *Section) { in getSectionName() 853 const coff_section *Section; in printSymbol() local [all …]
|
H A D | ARMWinEHPrinter.cpp | 188 for (const auto &Section : COFF.sections()) { in getSectionContaining() local 219 const SectionRef &Section, in getRelocatedSymbol() 517 const SectionRef &Section, in dumpXDataRecord() 590 const SectionRef Section, uint64_t Offset, in dumpUnpackedEntry() 644 ErrorOr<SectionRef> Section = in dumpUnpackedEntry() local 655 const SectionRef Section, uint64_t Offset, in dumpPackedEntry() 692 const SectionRef Section, unsigned Index, in dumpProcedureDataEntry() 706 const SectionRef Section) { in dumpProcedureData() 722 for (const auto &Section : COFF.sections()) { in dumpProcedureData() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 70 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 102 const SectionRef &Section) {} in finalizeSection() 107 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
|
H A D | RuntimeDyldMachOARM.h | 35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local 92 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 159 const SectionRef &Section) { in finalizeSection() 175 SectionEntry &Section = Sections[RE.SectionID]; in processBranchRelocation() local 218 SectionEntry &Section = Sections[SectionID]; in processHALFSECTDIFFRelocation() local
|
H A D | RuntimeDyldMachOAArch64.h | 35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() local 306 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 364 const SectionRef &Section) {} in finalizeSection() 370 SectionEntry &Section = Sections[RE.SectionID]; in processGOTRelocation() local
|
H A D | RuntimeDyldMachOI386.h | 85 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 115 const SectionRef &Section) { in finalizeSection() 136 SectionEntry &Section = Sections[SectionID]; in processSECTDIFFRelocation() local 196 SectionEntry &Section = Sections[SectionID]; in processI386ScatteredVANILLA() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 224 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() 289 void RuntimeDyldELF::resolveX86Relocation(const SectionEntry &Section, in resolveX86Relocation() 320 void RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &Section, in resolveAArch64Relocation() 461 void RuntimeDyldELF::resolveARMRelocation(const SectionEntry &Section, in resolveARMRelocation() 533 void RuntimeDyldELF::resolveMIPSRelocation(const SectionEntry &Section, in resolveMIPSRelocation() 709 void RuntimeDyldELF::resolvePPC64Relocation(const SectionEntry &Section, in resolvePPC64Relocation() 800 void RuntimeDyldELF::resolveSystemZRelocation(const SectionEntry &Section, in resolveSystemZRelocation() 856 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local 861 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() 976 SectionEntry &Section = Sections[SectionID]; in processRelocationRef() local [all …]
|
H A D | RuntimeDyld.cpp | 266 static bool isRequiredForExecution(const SectionRef &Section) { in isRequiredForExecution() 274 static bool isReadOnlyData(const SectionRef &Section) { in isReadOnlyData() 283 static bool isZeroInit(const SectionRef &Section) { in isZeroInit() 310 const SectionRef &Section = *SI; in computeTotalAllocSize() local 380 const SectionRef &Section) { in computeSectionStubBufSize() 483 const SectionRef &Section, bool IsCode) { in emitSection() 567 const SectionRef &Section, in findOrEmitSection()
|
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | RemoteMemoryManager.cpp | 98 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local 115 Allocation &Section = UnmappedSections[i]; in notifyObjectLoaded() local 156 const Allocation &Section = I->second; in finalizeMemory() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | ELFYAML.cpp | 491 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping() 500 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() 506 static void sectionMapping(IO &IO, ELFYAML::RelocationSection &Section) { in sectionMapping() 513 IO &IO, std::unique_ptr<ELFYAML::Section> &Section) { in mapping() 535 IO &io, std::unique_ptr<ELFYAML::Section> &Section) { in validate()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DWARFCompileUnit.h | 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
|
H A D | DWARFTypeUnit.h | 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCSectionCOFF.h | 47 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF()
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 304 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local 310 for (const SectionRef &Section : Obj->sections()) { in DisassembleObject() local 464 for (const SectionRef &Section : Obj->sections()) { in PrintRelocations() local 497 for (const SectionRef &Section : Obj->sections()) { in PrintSectionHeaders() local 516 for (const SectionRef &Section : Obj->sections()) { in PrintSectionContents() local 630 section_iterator Section = o->section_end(); in PrintSymbolTable() local
|