Home
last modified time | relevance | path

Searched defs:DebugLoc (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp17 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc
18 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
H A DDebugInfo.cpp1700 LLVMMetadataRef Expr, LLVMMetadataRef DebugLoc, LLVMValueRef Instr) { in LLVMDIBuilderInsertDbgValueRecordBefore()
1716 LLVMMetadataRef Expr, LLVMMetadataRef DebugLoc, LLVMBasicBlockRef Block) { in LLVMDIBuilderInsertDbgValueRecordAtEnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp25 const DILocation *DebugLoc) { in emitPseudoProbe()
H A DDwarfDebug.cpp1690 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
H A DAsmPrinter.cpp1506 DILocation *DebugLoc = MI.getDebugLoc(); in emitPseudoProbe() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DOutputSections.h
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h49 class DebugLoc; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h33 DebugLoc, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp187 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp329 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); parseDebugLoc() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp107 DILocation *DebugLoc = MI.getDebugLoc(); in extractProbe() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h397 llvm::Value *DebugLoc; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp301 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB() local
328 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local
342 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local
5074 void OpenMPIRBuilder::unrollLoopFull(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopFull() argument
5081 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopHeuristic() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1404 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
H A DInstrRefBasedImpl.cpp1614 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugInstrRef() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6826 MDNode *DebugLoc; in parseDebugRecord() local