Searched refs:MCGenDwarfLabelEntry (Results 1 – 10 of 10) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 160 std::vector<MCGenDwarfLabelEntry> MCGenDwarfLabelEntries; 519 const std::vector<MCGenDwarfLabelEntry> &getMCGenDwarfLabelEntries() const { in getMCGenDwarfLabelEntries() 522 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry &E) { in addMCGenDwarfLabelEntry()
|
D | MCDwarf.h | 297 class MCGenDwarfLabelEntry { 309 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 168 std::vector<MCGenDwarfLabelEntry> MCGenDwarfLabelEntries; 612 const std::vector<MCGenDwarfLabelEntry> &getMCGenDwarfLabelEntries() const { in getMCGenDwarfLabelEntries() 616 void addMCGenDwarfLabelEntry(const MCGenDwarfLabelEntry &E) { in addMCGenDwarfLabelEntry()
|
D | MCDwarf.h | 388 class MCGenDwarfLabelEntry { 400 MCGenDwarfLabelEntry(StringRef name, unsigned fileNumber, unsigned lineNumber, in MCGenDwarfLabelEntry() function
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 126 …{ %"struct.std::_Vector_base<const llvm::MCGenDwarfLabelEntry *, std::allocator<const llvm::MCGenD… 127 …MCGenDwarfLabelEntry *, std::allocator<const llvm::MCGenDwarfLabelEntry *> >::_Vector_impl" = type… 128 %"class.llvm::MCGenDwarfLabelEntry" = type { %"class.llvm::StringRef", i32, i32, %"class.llvm::MCSy…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr15031.ll | 126 …{ %"struct.std::_Vector_base<const llvm::MCGenDwarfLabelEntry *, std::allocator<const llvm::MCGenD… 127 …MCGenDwarfLabelEntry *, std::allocator<const llvm::MCGenDwarfLabelEntry *> >::_Vector_impl" = type… 128 %"class.llvm::MCGenDwarfLabelEntry" = type { %"class.llvm::StringRef", i32, i32, %"class.llvm::MCSy…
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 762 const std::vector<MCGenDwarfLabelEntry> &Entries = in EmitGenDwarfInfo() 911 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() 945 MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label)); in Make()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 1046 const std::vector<MCGenDwarfLabelEntry> &Entries = in EmitGenDwarfInfo() 1195 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, in Make() 1229 MCGenDwarfLabelEntry(Name, FileNumber, LineNumber, Label)); in Make()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1574 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1816 MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(), in parseStatement()
|