Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.h345 void emitDIE(DIE *Die);
DDwarfDebug.cpp1502 void DwarfDebug::emitDIE(DIE *Die) { in emitDIE() function in DwarfDebug
1581 emitDIE(Children[j]); in emitDIE()
1620 emitDIE(Die); in emitDebugInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp521 void emitDIE(DIE &Die);
698 void DwarfStreamer::emitDIE(DIE &Die) { in emitDIE() function in llvm::dsymutil::__anon81c782ce0111::DwarfStreamer
3417 Linker.Streamer->emitDIE(*CurrentUnit.getOutputUnitDIE()); in cloneAllCompileUnits()