Searched refs:IALine (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 176 unsigned IAFile, unsigned IALine,
|
D | MCStreamer.h | 817 unsigned IAFile, unsigned IALine,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 101 unsigned IAFile, unsigned IALine, in recordInlinedCallSiteId() argument 112 InlinedAt.Line = IALine; in recordInlinedCallSiteId()
|
D | MCAsmStreamer.cpp | 248 unsigned IAFile, unsigned IALine, 1289 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument 1292 << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n'; in EmitCVInlineSiteIdDirective() 1294 IALine, IACol, Loc); in EmitCVInlineSiteIdDirective()
|
D | MCStreamer.cpp | 258 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument 267 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3611 int64_t IALine; in parseDirectiveCVInlineSiteId() local 3639 parseIntToken(IALine, "expected line number after 'inlined_at'")) in parseDirectiveCVInlineSiteId() 3653 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
|