Home
last modified time | relevance | path

Searched defs:printRelocation (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp83 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation() function in __anon2fc4afd40111::WasmDumper
H A DMachODumper.cpp547 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() function in MachODumper
551 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation() function in MachODumper
H A DXCOFFDumper.cpp456 template <typename RelTy> void XCOFFDumper::printRelocation(RelTy Reloc) { in printRelocation() function in XCOFFDumper
H A DCOFFDumper.cpp1491 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() function in COFFDumper
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp477 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName, in printRelocation() function