Home
last modified time | relevance | path

Searched refs:LineColumn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h23 LineColumn, enumerator
29 return OutputFormat == Format::LineColumn || in outputColumn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp150 using LineColumn = std::pair<unsigned /* Line */, unsigned /* Column */>; typedef
153 static LineColumn getLocalScopeLocationOr(DIScope *S, LineColumn Default) { in getLocalScopeLocationOr()
168 static std::pair<DIScope *, LineColumn>
175 LineColumn Loc1(L1->getLine(), L1->getColumn()); in getNearestMatchingScope()
183 LineColumn Loc2(L2->getLine(), L2->getColumn()); in getNearestMatchingScope()
193 return std::make_pair(nullptr, LineColumn(L2->getLine(), L2->getColumn())); in getNearestMatchingScope()
200 void insert(DIScope *S, LineColumn Loc) { Scopes.insert(S); } in insert()
202 DIScope *match(DIScope *S, LineColumn Loc) { in match()
209 SmallMapVector<std::pair<DIFile *, LineColumn>, SmallSetVector<DIScope *, 8>,
213 void insert(DIScope *S, LineColumn Loc) { in insert()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp1104 unsigned LineColumn = in adaptStartOfLine() local
1115 /*Spaces=*/LineColumn, in adaptStartOfLine()
1116 /*StartOfTokenColumn=*/LineColumn, in adaptStartOfLine()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp136 clEnumValN(CallSiteFormat::Format::LineColumn, "LineColumn",
H A DSampleProfile.cpp316 clEnumValN(CallSiteFormat::Format::LineColumn, "LineColumn",