Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h720 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2232 *MF, Asm->OutStreamer->getContext().getDwarfCompileUnitID()); in beginFunctionImpl()
2362 Asm->OutStreamer->getContext().getDwarfCompileUnitID(), in recordSourceLine()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp115 .getMCDwarfLineTable(MCOS->getContext().getDwarfCompileUnitID()) in make()