OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLoc
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
145
PathDiagnosticLocation
DLoc
=
159
os.str(),
DLoc
);
ObjCMissingSuperCallChecker.cpp
196
PathDiagnosticLocation
DLoc
=
210
os.str(),
DLoc
);
/external/llvm/lib/IR/
DebugInfo.cpp
50
DebugLoc
DLoc
= Inst->getDebugLoc();
51
const MDNode *Scope =
DLoc
.getInlinedAtScope();
/external/llvm/include/llvm/IR/
DiagnosticInfo.h
282
/// \p Fn is the function where the diagnostic is being emitted. \p
DLoc
is
291
const DebugLoc &
DLoc
, const Twine &Msg)
292
: DiagnosticInfo(Kind, Severity), PassName(PassName), Fn(Fn),
DLoc
(
DLoc
),
319
const DebugLoc &getDebugLoc() const { return
DLoc
; }
332
DebugLoc
DLoc
;
344
/// is being emitted. \p
DLoc
is the location information to use in the
350
const DebugLoc &
DLoc
, const Twine &Msg)
352
PassName, Fn,
DLoc
, Msg) {}
369
/// is being emitted. \p
DLoc
is the location information to use in th
[
all
...]
/external/llvm/lib/Target/BPF/
BPFISelLowering.cpp
43
DebugLoc
DLoc
;
57
DiagnosticInfoUnsupported(SDLoc
DLoc
, const Function &Fn, const Twine &Desc,
59
: DiagnosticInfo(getKindID(), DS_Error),
DLoc
(
DLoc
.getDebugLoc()),
66
if (
DLoc
) {
67
auto DIL =
DLoc
.get();
/external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
45
DebugLoc
DLoc
;
59
DiagnosticInfoUnsupported(SDLoc
DLoc
, const Function &Fn, const Twine &Desc,
61
: DiagnosticInfo(getKindID(), DS_Error),
DLoc
(
DLoc
.getDebugLoc()),
68
if (
DLoc
) {
69
auto DIL =
DLoc
.get();
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
341
DebugLoc
DLoc
= CS.getInstruction()->getDebugLoc();
342
emitOptimizationRemarkAnalysis(Ctx, DEBUG_TYPE, *Caller,
DLoc
, Msg);
581
DebugLoc
DLoc
= CS.getInstruction()->getDebugLoc();
586
emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller,
DLoc
,
596
emitOptimizationRemarkMissed(CallerCtx, DEBUG_TYPE, *Caller,
DLoc
,
606
CallerCtx, DEBUG_TYPE, *Caller,
DLoc
,
[
all
...]
SampleProfile.cpp
448
DebugLoc
DLoc
= Inst.getDebugLoc();
449
if (!
DLoc
)
456
const DILocation *DIL =
DLoc
;
457
unsigned Lineno =
DLoc
.getLine();
470
Ctx, DEBUG_TYPE, *F,
DLoc
,
690
DebugLoc
DLoc
= CI->getDebugLoc();
694
emitOptimizationRemark(Ctx, DEBUG_TYPE, F,
DLoc
,
[
all
...]
Completed in 189 milliseconds