Home
last modified time | relevance | path

Searched defs:getDebugLoc (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp176 const DebugLoc &RejectReason::getDebugLoc() const { in getDebugLoc() function in polly::RejectReason
211 const DebugLoc &ReportInvalidTerminator::getDebugLoc() const { in getDebugLoc() function in polly::ReportInvalidTerminator
262 const DebugLoc &ReportIndirectPredecessor::getDebugLoc() const { in getDebugLoc() function in polly::ReportIndirectPredecessor
493 const DebugLoc &ReportLoopBound::getDebugLoc() const { return Loc; } in getDebugLoc() function in polly::ReportLoopBound
592 const DebugLoc &ReportFuncCall::getDebugLoc() const { in getDebugLoc() function in polly::ReportFuncCall
623 const DebugLoc &ReportNonSimpleMemoryAccess::getDebugLoc() const { in getDebugLoc() function in polly::ReportNonSimpleMemoryAccess
724 const DebugLoc &ReportIntToPtr::getDebugLoc() const { in getDebugLoc() function in polly::ReportIntToPtr
746 const DebugLoc &ReportAlloca::getDebugLoc() const { in getDebugLoc() function in polly::ReportAlloca
770 const DebugLoc &ReportUnknownInst::getDebugLoc() const { in getDebugLoc() function in polly::ReportUnknownInst
796 const DebugLoc &ReportEntry::getDebugLoc() const { in getDebugLoc() function in polly::ReportEntry
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h215 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc() function
255 const DebugLoc &getDebugLoc() const { return DL; } in getDebugLoc() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp110 static DebugLoc getDebugLoc(MachineBasicBlock::instr_iterator FirstMI, in getDebugLoc() function
H A DLiveDebugVariables.cpp491 const DebugLoc &getDebugLoc() { return dl; } in getDebugLoc() function in __anon41ad64740411::UserValue
524 const DebugLoc &getDebugLoc() { return dl; } in getDebugLoc() function in __anon41ad64740411::UserLabel
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetectionDiagnostic.h325 const DebugLoc &getDebugLoc() const override { return Inst->getDebugLoc(); } in getDebugLoc() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h365 const DebugLoc &getDebugLoc() { return State.DL; } in getDebugLoc() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp837 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc() function in DWARFContext