Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h52 uint32_t PrologSize; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h150 uint8_t PrologSize; member
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h581 support::ulittle16_t PrologSize; member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp319 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1178 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp639 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1033 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()