Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DOptRemarks.h75 LLVMOptRemarkDebugLoc DebugLoc; member
94 LLVMOptRemarkDebugLoc DebugLoc; member
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp19 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc
20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
H A DDebugInfo.cpp1291 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueBefore()
1303 LLVMMetadataRef DebugLoc, in LLVMDIBuilderInsertDbgValueAtEnd()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DOptimizationRemarkEmitter.h26 class DebugLoc; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp183 auto DebugLoc = IRB.getCurrentDebugLocation(); in addBoundsChecking() local
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp97 auto *DebugLoc = Die.getDwarfUnit()->getContext().getDebugLoc(); in collectStatsForDie() local
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp163 auto *DebugLoc = dyn_cast<yaml::MappingNode>(Node.getValue()); in parseDebugLoc() local
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp514 if (auto DebugLoc = DCtx.getDebugLoc()) in verifyDebugInfoAttribute() local
1323 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable() local
H A DDWARFDie.cpp98 DWARFDebugLoc DebugLoc; in dumpLocation() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp365 const DILocation *DebugLoc = MI.getDebugLoc(); in transferDebugValue() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h329 llvm::Value *DebugLoc; member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1145 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()