Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp213 CXLoadedDiagnostic::Location &LoadedLoc);
276 CXLoadedDiagnostic::Location &LoadedLoc) { in readLocation() argument
279 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()
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp84 void RemoveAccessedObjects(const MemoryLocation &LoadedLoc,
903 MemoryLocation LoadedLoc; in handleEndBlock() local
909 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() argument
942 const Value *UnderlyingPointer = GetUnderlyingObject(LoadedLoc.Ptr, DL); in RemoveAccessedObjects()
959 return !AA->isNoAlias(StackLoc, LoadedLoc); in RemoveAccessedObjects()