| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugLoc.cpp | 17 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 D | DebugInfo.cpp | 1533 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore() 1545 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | PseudoProbePrinter.cpp | 27 const DILocation *DebugLoc) { in emitPseudoProbe()
|
| H A D | AsmPrinter.cpp | 1361 DILocation *DebugLoc = MI.getDebugLoc(); in emitPseudoProbe() local
|
| H A D | DwarfDebug.cpp | 1647 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineFunction.h | 48 class DebugLoc; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 190 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | YAMLRemarkParser.cpp | 321 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
| /llvm-project-15.0.7/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1324 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 D | debuginfo_ocaml.c | 969 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 D | OMPIRBuilder.cpp | 270 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 D | IRBuilderTest.cpp | 989 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.h | 433 llvm::Value *DebugLoc; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 1039 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local 1111 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugInstrRef() local
|
| H A D | VarLocBasedImpl.cpp | 1326 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|