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 MDLocation *L) : Loc(const_cast<MDLocation *>(L)) {} in DebugLoc() function in DebugLoc20 DebugLoc::DebugLoc(const MDNode *L) : Loc(const_cast<MDNode *>(L)) {} in DebugLoc() function in DebugLoc
202 llvm::Value *DebugLoc; member
796 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()1569 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc() local1594 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO() local