Searched refs:printSymbol (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonInstPrinter.h | 70 printSymbol(MI, OpNo, O, true); in printSymbolHi() 73 printSymbol(MI, OpNo, O, false); in printSymbolLo() 80 void printSymbol(MCInst const *MI, unsigned OpNo, raw_ostream &O,
|
D | HexagonInstPrinter.cpp | 204 void HexagonInstPrinter::printSymbol(MCInst const *MI, unsigned OpNo, in printSymbol() function in HexagonInstPrinter
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 55 void printSymbol(const SymbolRef &Symbol); 482 printSymbol(Symbol); in printSections() 597 printSymbol(Symbol); in printSymbols() 605 void MachODumper::printSymbol(const SymbolRef &Symbol) { in printSymbol() function in MachODumper
|
D | COFFDumper.cpp | 66 void printSymbol(const SymbolRef &Sym); 785 printSymbol(Symbol); in printSections() 858 printSymbol(Symbol); in printSymbols() 881 void COFFDumper::printSymbol(const SymbolRef &Sym) { in printSymbol() function in COFFDumper
|
D | ELFDumper.cpp | 104 void printSymbol(const Elf_Sym *Symbol, const Elf_Shdr *SymTab, 1125 printSymbol(&Sym, Symtab, StrTable, false); in printSections() 1254 printSymbol(&Sym, Symtab, StrTable, IsDynamic); in printSymbolsHelper() 1270 void ELFDumper<ELFT>::printSymbol(const Elf_Sym *Symbol, const Elf_Shdr *SymTab, in printSymbol() function in ELFDumper
|