Home
last modified time | relevance | path

Searched refs:InlinedAtLocations (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDebugLoc.cpp87 SmallVector<DILocation *, 3> InlinedAtLocations; in appendInlinedAt() local
101 InlinedAtLocations.push_back(IA); in appendInlinedAt()
108 for (const DILocation *MD : reverse(InlinedAtLocations)) in appendInlinedAt()