Home
last modified time | relevance | path

Searched defs:SectionMap (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h39 typedef std::map<std::string, SectionAddressInfo> SectionMap; typedef
H A DRuntimeDyldMachO.cpp181 ObjSectionToIDMap &SectionMap) { in finalizeLoad()
H A DRuntimeDyldImpl.h416 ObjSectionToIDMap &SectionMap) {} in finalizeLoad()
H A DRuntimeDyldELF.cpp1457 ObjSectionToIDMap &SectionMap) { in finalizeLoad()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h183 SectionMapType SectionMap; variable
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp124 section_map SectionMap; member in __anon447177a20111::WinCOFFObjectWriter
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCAssembler.h887 DenseMap<const MCSection*, MCSectionData*> SectionMap; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp581 std::map<std::string, unsigned> SectionMap; in WriteModuleInfo() local