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

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 342 SmallString<32> RelocName;
345 if (error(RelI->getTypeName(RelocName))) return;
364 W.printNumber("Type", RelocName, Obj->getAnyRelocationType(RE));
376 OS << " " << RelocName
ELFDumper.cpp 569 SmallString<32> RelocName;
578 if (error(RelI->getTypeName(RelocName))) return;
587 W.printNumber("Type", RelocName, RelocType);
593 << " " << RelocName
COFFDumper.cpp 761 SmallString<32> RelocName;
766 if (error(RelI->getTypeName(RelocName))) return;
774 W.printNumber("Type", RelocName, RelocType);
779 << " " << RelocName
    [all...]

Completed in 313 milliseconds