Home
last modified time | relevance | path

Searched refs:TOCAnchorAddr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp174 PrintAuxMember(Hex, "TOC anchor address:", AuxHeader->TOCAnchorAddr); in printAuxiliaryHeader()
229 PrintAuxMember(Hex, "TOC anchor address:", AuxHeader->TOCAnchorAddr); in printAuxiliaryHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h38 std::optional<llvm::yaml::Hex64> TOCAnchorAddr; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h94 support::ubig32_t TOCAnchorAddr; member
132 support::ubig64_t TOCAnchorAddr; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp469 W.write<uint64_t>(InitAuxFileHdr.TOCAnchorAddr.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
480 W.write<uint32_t>(InitAuxFileHdr.TOCAnchorAddr.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
H A DXCOFFYAML.cpp208 IO.mapOptional("TOCAnchorAddr", AuxHdr.TOCAnchorAddr); in mapping()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1107 PrintAuxMember(Hex, "TOC anchor address", AuxHeader->TOCAnchorAddr); in printAuxiliaryHeader()
1161 PrintAuxMember(Hex, "TOC anchor address", AuxHeader->TOCAnchorAddr); in printAuxiliaryHeader()