HomeSort by: relevance | last modified time | path
    Searched defs:ParamsSize (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 49 uint32_t ParamsSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86WinCOFFTargetStreamer.cpp 33 bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
61 unsigned ParamsSize = 0;
87 bool emitFPOProc(const MCSymbol *ProcSym, unsigned ParamsSize,
100 unsigned ParamsSize, SMLoc L) {
103 OS << ' ' << ParamsSize << '\n';
167 unsigned ParamsSize, SMLoc L) {
176 CurFPOData->ParamsSize = ParamsSize;
366 // ulittle32_t ParamsSize;
376 OS.emitInt32(FPO->ParamsSize);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 573 support::ulittle32_t ParamsSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 4772 int64_t ParamsSize;
4775 if (Parser.parseIntToken(ParamsSize, "expected parameter byte count"))
4777 if (!isUIntN(32, ParamsSize))
4782 return getTargetStreamer().emitFPOProc(ProcSym, ParamsSize, L);

Completed in 58 milliseconds