Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h245 unsigned DwarfCompileUnitID = 0; variable
720 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
722 void setDwarfCompileUnitID(unsigned CUIndex) { DwarfCompileUnitID = CUIndex; } in setDwarfCompileUnitID()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp170 DwarfCompileUnitID = 0; in reset()