Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugLoc.h38 DebugLoc() {} in DebugLoc() function
39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function
40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
HDLLVMContext.h34 class DebugLoc; variable
HDDiagnosticInfo.h34 class DebugLoc; variable
/NextBSD/contrib/llvm/lib/IR/
HDDebugLoc.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
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGOpenMPRuntime.h238 llvm::Value *DebugLoc; member
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp793 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()