Searched refs:InfoSection (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/DebugInfo/
H A DDWARFUnit.h32 StringRef InfoSection; member in class:llvm::DWARFUnit
89 return DataExtractor(InfoSection, isLittleEndian, AddrSize);
H A DDWARFContext.h181 Section InfoSection; member in class:llvm::DWARFContextInMemory
210 virtual const Section &getInfoSection() { return InfoSection; }
H A DDWARFUnit.cpp23 : Abbrev(DA), InfoSection(IS), AbbrevSection(AS), RangeSection(RS),
H A DDWARFContext.cpp607 .Case("debug_info", &InfoSection.Data)
650 .Case("debug_info", &InfoSection.Relocs)
/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp1309 const MCSectionELF *InfoSection; local
1322 InfoSection = Asm.getContext().getELFSection(SectionName, ELF::SHT_PROGBITS,
1325 sh_info = SectionIndexMap.lookup(InfoSection);

Completed in 62 milliseconds