Searched defs:DebugLoc (Results 1 – 7 of 7) sorted by relevance
38 DebugLoc() {} in DebugLoc() function39 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function40 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
33 class DebugLoc; variable
19 DebugLoc::DebugLoc(const DILocation *L) : Loc(const_cast<DILocation *>(L)) {} in DebugLoc() function in DebugLoc20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
252 llvm::Value *DebugLoc; member
377 TEST_F(IRBuilderTest, DebugLoc) { in TEST_F() argument
818 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()