OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcLoc
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FunctionInfo.cpp
224
SourceLocation
SrcLoc
;
225
SrcLoc
.Name = LR.FuncName;
226
SrcLoc
.Offset = Addr - FuncAddr;
227
LR.Locations.push_back(
SrcLoc
);
237
SourceLocation
SrcLoc
;
238
SrcLoc
.Name = LR.FuncName;
239
SrcLoc
.Offset = Addr - FuncAddr;
240
SrcLoc
.Dir = GR.getString(LineEntryFile->Dir);
241
SrcLoc
.Base = GR.getString(LineEntryFile->Base);
242
SrcLoc
.Line = LineEntry->Line
[
all
...]
InlineInfo.cpp
146
SourceLocation
SrcLoc
;
147
SrcLoc
.Name = SrcLocs.back().Name;
148
SrcLoc
.Offset = SrcLocs.back().Offset;
149
SrcLoc
.Dir = GR.getString(CallFile->Dir);
150
SrcLoc
.Base = GR.getString(CallFile->Base);
151
SrcLoc
.Line = Inline.CallLine;
154
SrcLocs.push_back(
SrcLoc
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp
58
if (const MDNode *
SrcLoc
= I.getMetadata("
srcloc
")) {
59
if (
SrcLoc
->getNumOperands() != 0)
61
mdconst::dyn_extract<ConstantInt>(
SrcLoc
->getOperand(0)))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InlineAsmLowering.cpp
595
if (const MDNode *
SrcLoc
= Call.getMetadata("
srcloc
"))
596
Inst.addMetadata(
SrcLoc
);
/src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp
1269
Value *
SrcLoc
= getOrCreateIdent(SrcLocStr);
1301
Value *ThreadNum = getOrCreateThreadID(
SrcLoc
);
1309
{
SrcLoc
, ThreadNum, SchedulingType, PLastIter, PLowerBound,
1334
Builder.CreateCall(StaticFini, {
SrcLoc
, ThreadNum});
1393
Value *
SrcLoc
= getOrCreateIdent(SrcLocStr);
1432
Value *ThreadNum = getOrCreateThreadID(
SrcLoc
);
1441
{
SrcLoc
, ThreadNum, SchedulingType, /* LowerBound */ One,
1451
Builder.CreateCall(DynamicNext, {
SrcLoc
, ThreadNum, PLastIter,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
1183
const MDNode *
SrcLoc
= Call->getMetadata("
srcloc
");
1184
if (
SrcLoc
)
1185
MIB.addMetadata(
SrcLoc
);
SelectionDAGBuilder.cpp
8520
// If we have a !
srcloc
metadata node associated with it, we want to attach
8523
const MDNode *
SrcLoc
= Call.getMetadata("
srcloc
");
8524
AsmNodeOperands.push_back(DAG.getMDNode(
SrcLoc
));
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp
854
ArrayRef<SMLoc>
SrcLoc
;
872
RuleMatcher(ArrayRef<SMLoc>
SrcLoc
)
875
NextTempRegID(0),
SrcLoc
(
SrcLoc
), ComplexSubOperands(),
3305
PrintFatalError(
SrcLoc
, "Register " + Reg->getName() +
3317
PrintFatalError(
SrcLoc
, "Operand " + Name + " was not declared in matcher");
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp
1511
MemoryLocation
SrcLoc
= MemoryLocation::getForSource(M);
1513
SrcLoc
, true, M->getIterator(), M->getParent());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
1423
PathDiagnosticLocation
SrcLoc
= Piece->getStartLocation();
1426
PathDiagnosticLocation NextSrcContext =
SrcLoc
;
1477
std::make_shared<PathDiagnosticControlFlowPiece>(
SrcLoc
, DstContext);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
803
SourceLocation
SrcLoc
= AttrArg->getBeginLoc();
804
S.Diag(
SrcLoc
, diag::err_attribute_integers_only)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
5974
MemoryLocation
SrcLoc
= getLocation(SrcInst, SLP->AA);
5992
SLP->isAliased(
SrcLoc
, SrcInst, DepDest->Inst)))) {
Completed in 61 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026