Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp241 MCSection *const TypesSection = MCOFI.getDwarfTypesDWOSection(); in write()
244 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_TYPES}}, in write()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h262 MCSection *getDwarfTypesDWOSection() const { return DwarfTypesDWOSection; } in getDwarfTypesDWOSection() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1953 NewTU.initSection(Asm->getObjFileLowering().getDwarfTypesDWOSection()); in addDwarfTypeUnitType()