Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWin64EH.h102 uint8_t PrologSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp314 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
521 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
719 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h576 support::ulittle16_t PrologSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp280 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1120 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp503 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1137 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()