Searched refs:ParamsSize (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 34 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 D | X86TargetStreamer.h | 21 virtual bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.h | 49 uint32_t ParamsSize; member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 313 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 D | CodeView.h | 588 support::ulittle32_t ParamsSize; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 4759 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 D | DumpOutputStyle.cpp | 1033 uint32_t(FD.LocalSize), uint32_t(FD.ParamsSize), in dumpNewFpo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1266 W.printHex("ParamsSize", FD.ParamsSize); in printCodeViewSymbolSection()
|