Searched defs:DebugLoc (Results 1 – 6 of 6) 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
34 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
238 llvm::Value *DebugLoc; member
793 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()