Home
last modified time | relevance | path

Searched refs:IACol (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h156 unsigned IACol);
DMCStreamer.h911 unsigned IACol, SMLoc Loc);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h156 unsigned IACol);
DMCStreamer.h866 unsigned IACol, SMLoc Loc);
/external/llvm-project/llvm/lib/MC/
DMCCodeView.cpp101 unsigned IACol) { in recordInlinedCallSiteId() argument
112 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
DMCAsmStreamer.cpp268 unsigned IACol, SMLoc Loc) override;
1533 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument
1536 << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n'; in EmitCVInlineSiteIdDirective()
1538 IALine, IACol, Loc); in EmitCVInlineSiteIdDirective()
DMCStreamer.cpp297 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument
306 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp101 unsigned IACol) { in recordInlinedCallSiteId() argument
112 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
DMCAsmStreamer.cpp253 unsigned IACol, SMLoc Loc) override;
1376 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument
1379 << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n'; in EmitCVInlineSiteIdDirective()
1381 IALine, IACol, Loc); in EmitCVInlineSiteIdDirective()
DMCStreamer.cpp284 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument
293 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3682 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
3714 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
3723 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp3709 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
3741 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
3750 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
DMasmParser.cpp4826 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
4858 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
4867 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()