Searched refs:LoadedLoc (Results 1 – 2 of 2) sorted by relevance
213 CXLoadedDiagnostic::Location &LoadedLoc);276 CXLoadedDiagnostic::Location &LoadedLoc) { in readLocation() argument279 LoadedLoc.file = nullptr; in readLocation()281 LoadedLoc.file = const_cast<FileEntry *>(TopDiags->Files[FileID]); in readLocation()282 if (!LoadedLoc.file) in readLocation()285 LoadedLoc.line = SDLoc.Line; in readLocation()286 LoadedLoc.column = SDLoc.Col; in readLocation()287 LoadedLoc.offset = SDLoc.Offset; in readLocation()
84 void RemoveAccessedObjects(const MemoryLocation &LoadedLoc,903 MemoryLocation LoadedLoc; in handleEndBlock() local909 LoadedLoc = MemoryLocation::get(L); in handleEndBlock()911 LoadedLoc = MemoryLocation::get(V); in handleEndBlock()913 LoadedLoc = MemoryLocation::getForSource(MTI); in handleEndBlock()925 RemoveAccessedObjects(LoadedLoc, DeadStackObjects, DL); in handleEndBlock()939 void DSE::RemoveAccessedObjects(const MemoryLocation &LoadedLoc, in RemoveAccessedObjects() argument942 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in RemoveAccessedObjects()959 return !AA->isNoAlias(StackLoc, LoadedLoc); in RemoveAccessedObjects()