Home
last modified time | relevance | path

Searched refs:MCDwarfLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
DMCDwarf.h76 class MCDwarfLoc {
101 MCDwarfLoc(unsigned fileNum, unsigned line, unsigned column, unsigned flags, in MCDwarfLoc() function
154 class MCLineEntry : public MCDwarfLoc {
163 MCLineEntry(MCSymbol *label, const MCDwarfLoc loc) : MCDwarfLoc(loc), in MCLineEntry()
DMCContext.h31 class MCDwarfLoc; variable
114 MCDwarfLoc CurrentDwarfLoc;
361 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
/external/llvm/lib/MC/
DMCContext.cpp88 CurrentDwarfLoc = MCDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0); in reset()
DMCDwarf.cpp81 const MCDwarfLoc &DwarfLoc = MCOS->getContext().getCurrentDwarfLoc(); in Make()
/external/llvm/test/CodeGen/PowerPC/
Dpr15031.ll94 …_string", %"class.std::vector", %"class.std::vector.70", %"class.llvm::MCDwarfLoc", i8, i8, i32, %…
121 %"class.llvm::MCDwarfLoc" = type { i32, i32, i32, i32, i32, i32 }
135 %"class.llvm::MCLineEntry" = type { %"class.llvm::MCDwarfLoc", %"class.llvm::MCSymbol"* }