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 164 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry() 166 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress)); in printRuntimeFunctionEntry() 168 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset)); in printRuntimeFunctionEntry() 265 formatSymbol(Ctx, Section, LSDAOffset, in printUnwindInfo()
|
D | ARMWinEHPrinter.cpp | 96 static std::string formatSymbol(StringRef Name, uint64_t Address, in formatSymbol() function 575 SW.printString("Routine", formatSymbol(*Name, Address)); in dumpXDataRecord() 619 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpUnpackedEntry() 631 SW.printString("ExceptionRecord", formatSymbol(*Name, Address)); in dumpUnpackedEntry() 645 SW.printString("ExceptionRecord", formatSymbol("", Address)); in dumpUnpackedEntry() 684 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress)); in dumpPackedEntry()
|