/freebsd-src/contrib/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 | 1683 LLVMDIBuilderInsertDbgValueBefore(LLVMDIBuilderRef Builder,LLVMValueRef Val,LLVMMetadataRef VarInfo,LLVMMetadataRef Expr,LLVMMetadataRef DebugLoc,LLVMValueRef Instr) LLVMDIBuilderInsertDbgValueBefore() argument 1695 LLVMDIBuilderInsertDbgValueAtEnd(LLVMDIBuilderRef Builder,LLVMValueRef Val,LLVMMetadataRef VarInfo,LLVMMetadataRef Expr,LLVMMetadataRef DebugLoc,LLVMBasicBlockRef Block) LLVMDIBuilderInsertDbgValueAtEnd() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | PseudoProbePrinter.cpp | 27 emitPseudoProbe(uint64_t Guid,uint64_t Index,uint64_t Type,uint64_t Attr,const DILocation * DebugLoc) emitPseudoProbe() argument
|
H A D | DwarfDebug.cpp | 1690 bool DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList() argument [all...] |
H A D | AsmPrinter.cpp | 1496 DILocation *DebugLoc = MI.getDebugLoc(); emitPseudoProbe() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineFunction.h | 49 class DebugLoc; variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerBase.h | 33 DebugLoc, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 187 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | YAMLRemarkParser.cpp | 324 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRSampleProfile.cpp | 107 DILocation *DebugLoc = MI.getDebugLoc(); in extractProbe() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 397 llvm::Value *DebugLoc; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 298 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); spliceBB() local 325 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); splitBB() local 339 DebugLoc DebugLoc = Builder.getCurrentDebugLocation(); splitBB() local 3542 unrollLoopFull(DebugLoc,CanonicalLoopInfo * Loop) unrollLoopFull() argument 3549 unrollLoopHeuristic(DebugLoc,CanonicalLoopInfo * Loop) unrollLoopHeuristic() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 1404 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
|
H A D | InstrRefBasedImpl.cpp | 1583 const DILocation *DebugLoc = MI.getDebugLoc(); transferDebugInstrRef() local
|