Home
last modified time | relevance | path

Searched refs:SectionOffsetMap (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp264 const SectionOffsetMapTy &SectionOffsetMap);
1554 const SectionOffsetMapTy &SectionOffsetMap) { in writeSectionHeader() argument
1577 SectionOffsetMap.lookup(&Section), Size, SD.getAlignment(), in writeSectionHeader()
1608 SectionOffsetMapTy SectionOffsetMap; in WriteObject() local
1621 SectionOffsetMap[&Section] = OS.tell(); in WriteObject()
1634 SectionOffsetMap); in WriteObject()