Home
last modified time | relevance | path

Searched refs:printRelocatedField (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp85 ObjDelegate->printRelocatedField("OffsetStart", RelocationOffset, in printLocalVariableAddrRange()
127 ObjDelegate->printRelocatedField("CodeOffset", Block.getRelocationOffset(), in visitKnownRecord()
202 ObjDelegate->printRelocatedField("CodeOffset", in visitKnownRecord()
300 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
403 ObjDelegate->printRelocatedField("CodeOffset", in visitKnownRecord()
439 ObjDelegate->printRelocatedField("CodeOffset", in visitKnownRecord()
533 ObjDelegate->printRelocatedField("CodeOffset", Label.getRelocationOffset(), in visitKnownRecord()
574 ObjDelegate->printRelocatedField("CodeOffset", Proc.getRelocationOffset(), in visitKnownRecord()
612 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(), in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumpDelegate.h25 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp137 void printRelocatedField(StringRef Label, const coff_section *Sec,
208 void printRelocatedField(StringRef Label, uint32_t RelocOffset, in printRelocatedField() function in __anon102ad8080111::COFFObjectDumpDelegate
210 CD.printRelocatedField(Label, Sec, RelocOffset, Offset, RelocSym); in printRelocatedField()
303 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField() function in COFFDumper