Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp83 void WasmDumper::printRelocation(const SectionRef &Section, in printRelocation() function in __anon9156bb110111::WasmDumper
H A DMachODumper.cpp535 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() function in MachODumper
539 void MachODumper::printRelocation(const MachOObjectFile *Obj, in printRelocation() function in MachODumper
H A DCOFFDumper.cpp1433 void COFFDumper::printRelocation(const SectionRef &Section, in printRelocation() function in COFFDumper
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp448 static void printRelocation(formatted_raw_ostream &OS, StringRef FileName, in printRelocation() function