Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h90 StringRef InfoSection; variable
103 InfoSection(infoSection), in DWARFContextInMemory()
110 virtual StringRef getInfoSection() { return InfoSection; } in getInfoSection()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1269 const MCSectionELF *InfoSection; in WriteSection() local
1280 InfoSection = Asm.getContext().getELFSection(SectionName, in WriteSection()
1283 sh_info = SectionIndexMap.lookup(InfoSection); in WriteSection()