Searched defs:FunctionId (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 33 uint32_t FunctionId; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
D | MCStreamer.cpp | 278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() 282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
D | MCAsmStreamer.cpp | 1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
D | MCCodeView.cpp | 131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3628 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 3655 int64_t FunctionId; in parseDirectiveCVFuncId() local 3678 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 3738 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 3799 int64_t FunctionId; in parseDirectiveCVLinetable() local
|