Searched refs:formatSymbol (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp115 static std::string formatSymbol(const Dumper::Context &Ctx, function
164 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
166 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));
168 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
265 formatSymbol(Ctx, Section, LSDAOffset,
H A DARMWinEHPrinter.cpp96 static std::string formatSymbol(StringRef Name, uint64_t Address, function
575 SW.printString("Routine", formatSymbol(*Name, Address));
619 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
631 SW.printString("ExceptionRecord", formatSymbol(*Name, Address));
645 SW.printString("ExceptionRecord", formatSymbol("", Address));
684 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));

Completed in 102 milliseconds