Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp51 return LHS.RvaStart < RHS.RvaStart; in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h46 uint32_t RvaStart; member
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h570 support::ulittle32_t RvaStart; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1135 uint32_t(FD.RvaStart), uint32_t(FD.CodeSize), in dumpNewFpo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1115 W.printHex("RvaStart", FD.RvaStart); in printCodeViewSymbolSection()