Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugLoc.h34 DebugLoc() {} in DebugLoc() function
35 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function
36 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
H A DLLVMContext.h34 class DebugLoc; variable
H A DDiagnosticInfo.h33 class DebugLoc; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h172 llvm::Value *DebugLoc; member
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp854 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
1766 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc() local
1791 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO() local