Home
last modified time | relevance | path

Searched defs:DebugLoc (Results 1 – 7 of 7) 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.h33 class DebugLoc; variable
DDiagnosticInfo.h33 class DebugLoc; variable
/external/llvm/lib/IR/
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
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h252 llvm::Value *DebugLoc; member
/external/llvm/unittests/IR/
DIRBuilderTest.cpp377 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp818 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()