Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugLoc.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
DLLVMContext.h34 class DebugLoc; variable
DDiagnosticInfo.h34 class DebugLoc; variable
/external/llvm/lib/IR/
DDebugLoc.cpp19 DebugLoc::DebugLoc(const MDLocation *L) : Loc(const_cast<MDLocation *>(L)) {} in DebugLoc() function in DebugLoc
20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h202 llvm::Value *DebugLoc; member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp796 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()
1569 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc() local
1594 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO() local