Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h166 unsigned IACol);
H A DMCStreamer.h929 unsigned IACol, SMLoc Loc);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp99 unsigned IACol) { in recordInlinedCallSiteId() argument
110 InlinedAt.Col = IACol; in recordInlinedCallSiteId()
H A DMCAsmStreamer.cpp312 unsigned IACol, SMLoc Loc) override;
1807 unsigned IALine, unsigned IACol, in emitCVInlineSiteIdDirective() argument
1810 << " inlined_at " << IAFile << ' ' << IALine << ' ' << IACol << '\n'; in emitCVInlineSiteIdDirective()
1812 IALine, IACol, Loc); in emitCVInlineSiteIdDirective()
H A DMCStreamer.cpp307 unsigned IALine, unsigned IACol, in emitCVInlineSiteIdDirective() argument
316 FunctionId, IAFunc, IAFile, IALine, IACol); in emitCVInlineSiteIdDirective()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp3837 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
3869 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
3877 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()
H A DMasmParser.cpp5098 int64_t IACol = 0; in parseDirectiveCVInlineSiteId() local
5130 IACol = getTok().getIntVal(); in parseDirectiveCVInlineSiteId()
5138 IALine, IACol, FunctionIdLoc)) in parseDirectiveCVInlineSiteId()