/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 25 const DILocation *DebugLoc) { in emitPseudoProbe()
|
H A D | DwarfDebug.cpp | 1690 buildLocationList(SmallVectorImpl<DebugLocEntry> & DebugLoc,const DbgValueHistoryMap::Entries & Entries) buildLocationList() argument [all...] |
H A D | AsmPrinter.cpp | 1506 DILocation *DebugLoc = MI.getDebugLoc(); emitPseudoProbe() local
|
/llvm-project/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 | 1700 LLVMDIBuilderInsertDbgValueRecordBefore(LLVMDIBuilderRef Builder,LLVMValueRef Val,LLVMMetadataRef VarInfo,LLVMMetadataRef Expr,LLVMMetadataRef DebugLoc,LLVMValueRef Instr) LLVMDIBuilderInsertDbgValueRecordBefore() argument 1716 LLVMDIBuilderInsertDbgValueRecordAtEnd(LLVMDIBuilderRef Builder,LLVMValueRef Val,LLVMMetadataRef VarInfo,LLVMMetadataRef Expr,LLVMMetadataRef DebugLoc,LLVMBasicBlockRef Block) LLVMDIBuilderInsertDbgValueRecordAtEnd() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 49 class DebugLoc; variable
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 33 DebugLoc, enumerator
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 187 auto DebugLoc = IRB.getCurrentDebugLocation(); addBoundsChecking() local
|
/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 324 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 107 DILocation *DebugLoc = MI.getDebugLoc(); extractProbe() local
|
/llvm-project/llvm/bindings/ocaml/debuginfo/ |
H A D | debuginfo_ocaml.c | 974 llvm_dibuild_insert_declare_before_native(value Builder,value Storage,value VarInfo,value Expr,value DebugLoc,value Instr) llvm_dibuild_insert_declare_before_native() argument 994 llvm_dibuild_insert_declare_at_end_native(value Builder,value Storage,value VarInfo,value Expr,value DebugLoc,value Block) llvm_dibuild_insert_declare_at_end_native() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 397 llvm::Value *DebugLoc; global() member
|
/llvm-project/llvm/unittests/IR/ |
H A D | IRBuilderTest.cpp | 1161 TEST_F(IRBuilderTest,DebugLoc) TEST_F() argument
|
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 301 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); spliceBB() local 328 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); splitBB() local 342 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); splitBB() local 5008 unrollLoopFull(DebugLoc,CanonicalLoopInfo * Loop) unrollLoopFull() argument 5015 unrollLoopHeuristic(DebugLoc,CanonicalLoopInfo * Loop) unrollLoopHeuristic() argument [all...] |
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1404 const DILocation *DebugLoc = MI.getDebugLoc(); transferDebugValue() local
|
H A D | InstrRefBasedImpl.cpp | 1584 const DILocation *DebugLoc = MI.getDebugLoc(); transferDebugInstrRef() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6804 MDNode *DebugLoc; parseDebugRecord() local
|