Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h177 unsigned IACol);
DMCStreamer.h818 unsigned IACol, SMLoc Loc);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp102 unsigned IACol) { in recordInlinedCallSiteId() argument
113 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
DMCAsmStreamer.cpp249 unsigned IACol, SMLoc Loc) override;
1289 unsigned IALine, unsigned IACol, in EmitCVInlineSiteIdDirective() argument
1292 << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n'; in EmitCVInlineSiteIdDirective()
1294 IALine, IACol, Loc); in EmitCVInlineSiteIdDirective()
DMCStreamer.cpp258 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/
DAsmParser.cpp3612 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
3644 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
3653 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()