Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h180 unsigned DwarfCompileUnitID; variable
477 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
479 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCContext.h188 unsigned DwarfCompileUnitID = 0; variable
553 unsigned getDwarfCompileUnitID() { return DwarfCompileUnitID; } in getDwarfCompileUnitID()
556 DwarfCompileUnitID = CUIndex; in setDwarfCompileUnitID()
/external/llvm/lib/MC/
DMCContext.cpp51 AllowTemporaryLabels(true), DwarfCompileUnitID(0), in MCContext()
92 DwarfCompileUnitID = 0; in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCContext.cpp100 DwarfCompileUnitID = 0; in reset()