Searched refs:formatSymbol (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.cpp | 115 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol() function 165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry() 167 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry() 169 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset)); in printRuntimeFunctionEntry() 266 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo()
|
D | ARMWinEHPrinter.cpp | 96 static std::string formatSymbol(StringRef Name, uint64_t Address, in formatSymbol() function 582 SW.printString("Routine", formatSymbol(Name, Address)); in dumpXDataRecord() 620 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpUnpackedEntry() 629 SW.printString("ExceptionRecord", formatSymbol(Name, Address)); in dumpUnpackedEntry() 642 SW.printString("ExceptionRecord", formatSymbol("", Address)); in dumpUnpackedEntry() 677 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpPackedEntry()
|