Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1081 const SectionOffsetMapTy &SectionOffsetMap) { in WriteSectionHeader() argument
1113 SectionOffsetMap.lookup(&Section), Size, in WriteSectionHeader()
1186 SectionOffsetMapTy SectionOffsetMap; in WriteObject() local
1194 SectionOffsetMap[&Section] = FileOff; in WriteObject()
1215 SectionOffsetMap[&Section] = FileOff; in WriteObject()
1235 SectionOffsetMap); in WriteObject()
DELFObjectWriter.h318 const SectionOffsetMapTy &SectionOffsetMap);