Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h188 unsigned DwarfCompileUnitID = 0; variable
549 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
552 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp100 DwarfCompileUnitID = 0; in reset()