Home
last modified time | relevance | path

Searched defs:Sections (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h208 SectionList Sections; variable
HDCOFFYAML.h64 std::vector<Section> Sections; member
HDELFYAML.h78 std::vector<Section> Sections; member
/trueos/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp153 std::vector<SectionRef> &Sections, in getSectionsAndSymbols()
255 std::vector<SectionRef> Sections; in DisassembleInputMachO2() local
/trueos/contrib/llvm/tools/llvm-readobj/
HDllvm-readobj.cpp61 cl::opt<bool> Sections("sections", variable
/trueos/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h149 SectionList Sections; variable
/trueos/contrib/llvm/lib/MC/
HDELFObjectWriter.cpp1200 std::vector<const MCSectionELF*> Sections; in CreateMetadataSections() local
1445 std::vector<const MCSectionELF*> Sections; in WriteSectionHeader() local
1480 std::vector<const MCSectionELF*> &Sections) { in ComputeSectionOrder()
1544 std::vector<const MCSectionELF*> Sections; in WriteObject() local
HDWinCOFFObjectWriter.cpp132 sections Sections; member in __anon16d8e9080111::WinCOFFObjectWriter
/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.cpp298 const std::map<object::SectionRef, Section> &Sections = getTypesSections(); in parseTypeUnits() local
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1137 std::vector<const MCSection *> Sections; in endSections() local
2810 std::vector<const MCSection *> Sections; in emitDebugARanges() local
/trueos/contrib/llvm/include/llvm/MC/
HDMCAssembler.h845 iplist<MCSectionData> Sections; variable