Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWin64EH.h151 uint8_t PrologSize;
150 uint8_t PrologSize; global() member
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h591 support::ulittle16_t PrologSize; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp319 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1268 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp649 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1034 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()