Searched defs:DebugLoc (Results 1 – 5 of 5) sorted by relevance
34 DebugLoc() {} in DebugLoc() function35 DebugLoc(DebugLoc &&X) : Loc(std::move(X.Loc)) {} in DebugLoc() function36 DebugLoc(const DebugLoc &X) : Loc(X.Loc) {} in DebugLoc() function
34 class DebugLoc; variable
33 class DebugLoc; variable
172 llvm::Value *DebugLoc; member
854 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList()1766 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLoc() local1791 for (const auto &DebugLoc : DotDebugLocEntries) { in emitDebugLocDWO() local