HomeSort by relevance Sort by last modified time
    Searched refs:formatSymbol (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 115 static std::string formatSymbol(const Dumper::Context &Ctx,
170 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
172 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));
174 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
271 formatSymbol(Ctx, Section, LSDAOffset,
ARMWinEHPrinter.cpp 96 static std::string formatSymbol(StringRef Name, uint64_t Address,
583 SW.printString("Routine", formatSymbol(*Name, Address));
637 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));
659 SW.printString("ExceptionRecord", formatSymbol(*Name, Address));
676 SW.printString("ExceptionRecord", formatSymbol("", Address));
727 SW.printString("Function", formatSymbol(FunctionName, FunctionAddress));

Completed in 471 milliseconds