Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h221 unsigned DwarfCompileUnitID = 0; variable
709 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
712 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp155 DwarfCompileUnitID = 0; in reset()