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

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCContext.h156 unsigned DwarfCompileUnitID; member in class:llvm::MCContext
331 return DwarfCompileUnitID;
334 DwarfCompileUnitID = CUIndex;
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp47 AllowTemporaryLabels(true), DwarfCompileUnitID(0), AutoReset(DoAutoReset) {
94 DwarfCompileUnitID = 0;

Completed in 102 milliseconds