Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h243 unsigned DwarfCompileUnitID = 0; variable
749 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
751 void setDwarfCompileUnitID(unsigned CUIndex) { DwarfCompileUnitID = CUIndex; } in setDwarfCompileUnitID()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp163 DwarfCompileUnitID = 0; in reset()