Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp34 bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
62 unsigned ParamsSize = 0; member
88 bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
101 unsigned ParamsSize, SMLoc L) { in emitFPOProc() argument
104 OS << ' ' << ParamsSize << '\n'; in emitFPOProc()
168 unsigned ParamsSize, SMLoc L) { in emitFPOProc() argument
177 CurFPOData->ParamsSize = ParamsSize; in emitFPOProc()
377 OS.emitInt32(FPO->ParamsSize); in emitFrameDataRecord()
H A DX86TargetStreamer.h21 virtual bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h49 uint32_t ParamsSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp313 IO.mapOptional("ParamsSize", Obj.ParamsSize); in mapping()
520 F.ParamsSize = YF.ParamsSize; in toCodeViewSubsection()
718 YF.ParamsSize = F.ParamsSize; in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h588 support::ulittle32_t ParamsSize; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4759 int64_t ParamsSize; in parseDirectiveFPOProc() local
4762 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count")) in parseDirectiveFPOProc()
4764 if (!isUIntN(32, ParamsSize)) in parseDirectiveFPOProc()
4769 return getTargetStreamer().emitFPOProc(ProcSym, ParamsSize, L); in parseDirectiveFPOProc()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1033 uint32_t(FD.LocalSize), uint32_t(FD.ParamsSize), in dumpNewFpo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1266 W.printHex("ParamsSize", FD.ParamsSize); in printCodeViewSymbolSection()