Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DMachO.h208 SectionList Sections; variable
DCOFFYAML.h64 std::vector<Section> Sections; member
DELFYAML.h78 std::vector<Section> Sections; member
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
DMachODump.cpp153 std::vector<SectionRef> &Sections, in getSectionsAndSymbols()
255 std::vector<SectionRef> Sections; in DisassembleInputMachO2() local
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp61 cl::opt<bool> Sections("sections", variable
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h149 SectionList Sections; variable
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.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
DWinCOFFObjectWriter.cpp132 sections Sections; member in __anon65ce9a770111::WinCOFFObjectWriter
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFContext.cpp298 const std::map<object::SectionRef, Section> &Sections = getTypesSections(); in parseTypeUnits() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1137 std::vector<const MCSection *> Sections; in endSections() local
2810 std::vector<const MCSection *> Sections; in emitDebugARanges() local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCAssembler.h845 iplist<MCSectionData> Sections; variable