Home
last modified time | relevance | path

Searched refs:CurrentDwarfLoc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCContext.h141 MCDwarfLoc CurrentDwarfLoc; variable
492 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
493 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
494 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc()
495 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc()
496 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc()
497 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc()
503 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h162 MCDwarfLoc CurrentDwarfLoc; variable
659 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
660 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
661 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc()
662 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc()
663 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc()
664 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc()
671 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h159 MCDwarfLoc CurrentDwarfLoc; variable
604 CurrentDwarfLoc.setFileNum(FileNum); in setCurrentDwarfLoc()
605 CurrentDwarfLoc.setLine(Line); in setCurrentDwarfLoc()
606 CurrentDwarfLoc.setColumn(Column); in setCurrentDwarfLoc()
607 CurrentDwarfLoc.setFlags(Flags); in setCurrentDwarfLoc()
608 CurrentDwarfLoc.setIsa(Isa); in setCurrentDwarfLoc()
609 CurrentDwarfLoc.setDiscriminator(Discriminator); in setCurrentDwarfLoc()
616 const MCDwarfLoc &getCurrentDwarfLoc() { return CurrentDwarfLoc; } in getCurrentDwarfLoc()
/external/llvm/lib/MC/
DMCContext.cpp49 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), DwarfLocSeen(false), in MCContext()
93 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCContext.cpp66 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), in MCContext()
107 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp66 CurrentDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0), in MCContext()
108 CurrentDwarfLoc = MCDwarfLoc(0, 0, 0, DWARF2_FLAG_IS_STMT, 0, 0); in reset()