Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DWin64EH.h95 uint8_t PrologSize; member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h53 uint32_t PrologSize; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp315 IO.mapOptional("PrologSize", Obj.PrologSize); in mapping()
522 F.PrologSize = YF.PrologSize; in toCodeViewSubsection()
720 YF.PrologSize = F.PrologSize; in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp242 SW.printNumber("PrologSize", UI.PrologSize); in printUnwindInfo()
H A DCOFFDumper.cpp1068 W.printHex("PrologSize", FD.PrologSize); in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h559 support::ulittle16_t PrologSize; member
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp487 outs() << " Size of prolog: " << static_cast<int>(UI->PrologSize) << "\n"; in printWin64EHUnwindInfo()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1073 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()