Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1533 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1545 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp27 const DILocation *DebugLoc) { in emitPseudoProbe()
H A DAsmPrinter.cpp1361 DILocation *DebugLoc = MI.getDebugLoc(); in emitPseudoProbe() local
H A DDwarfDebug.cpp1647 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h48 class DebugLoc; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp190 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp321 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1324 type DebugLoc struct { struct
1325 Line, Col uint
1326 Scope Metadata
1327 InlinedAt Metadata
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c969 LLVMMetadataRef Expr, LLVMMetadataRef DebugLoc, LLVMValueRef Instr) { in llvm_dibuild_insert_declare_before_native()
988 LLVMMetadataRef Expr, LLVMMetadataRef DebugLoc, LLVMBasicBlockRef Block) { in llvm_dibuild_insert_declare_at_end_native()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp270 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in spliceBB() local
297 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local
311 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); in splitBB() local
2883 void OpenMPIRBuilder::unrollLoopFull(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopFull() argument
2890 void OpenMPIRBuilder::unrollLoopHeuristic(DebugLoc, CanonicalLoopInfo *Loop) { in unrollLoopHeuristic() argument
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp989 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h433 llvm::Value *DebugLoc; member
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1039 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
1111 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugInstrRef() local
H A DVarLocBasedImpl.cpp1326 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local