Home
last modified time | relevance | path

Searched refs:RvaStart (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp53 return LHS.RvaStart < RHS.RvaStart; in commit()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h46 uint32_t RvaStart; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp315 IO.mapOptional("RvaStart", Obj.RvaStart); in mapping()
522 F.RvaStart = YF.RvaStart; in toCodeViewSubsection()
720 YF.RvaStart = F.RvaStart; in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h585 support::ulittle32_t RvaStart; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp674 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
684 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp968 fd.RvaStart += rvaStart; in finish()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1032 uint32_t(FD.RvaStart), uint32_t(FD.CodeSize), in dumpNewFpo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1263 W.printHex("RvaStart", FD.RvaStart); in printCodeViewSymbolSection()