Home
last modified time | relevance | path

Searched defs:MMap (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h54 struct MMap { struct
70 SmallVector<const MMap *> MMaps = {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h54 struct MMap { struct
70 SmallVector<const MMap *> MMaps = {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h54 struct MMap { struct
70 SmallVector<const MMap *> MMaps = {}; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/Symbolize/
DMarkupFilter.h54 struct MMap { struct
70 SmallVector<const MMap *> MMaps = {}; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkupFilter.h55 struct MMap { struct
71 SmallVector<const MMap *> MMaps = {}; argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp112 MMap &MMap = Res.first->second; in tryMMap() local
260 const MMap *MMap = getContainingMMap(*Addr); in tryPC() local
317 const MMap *MMap = getContainingMMap(*Addr); in tryBackTrace() local
381 const MMap *MMap = getContainingMMap(*Addr); in tryData() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.hpp24 MMap = 0, // If the buffer is memory mapped. enumerator
30 MMap, enumerator
H A Dinmemory_filesystem.hpp37 MMap, // Memory map file contents. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DLLDBLog.h33 MMap = Log::ChannelFlag<14>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DLLDBLog.h33 MMap = Log::ChannelFlag<14>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DLLDBLog.h33 MMap = Log::ChannelFlag<14>, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DLLDBLog.h33 MMap = Log::ChannelFlag<14>, enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGDebugInfo.h284 void setModuleMap(ModuleMap &MMap) { ClangModuleMap = &MMap; } in setModuleMap()
H A DObjectFilePCHContainerOperations.cpp49 ModuleMap &MMap; member in __anon2a3cd20f0111::PCHContainerGenerator
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1706 ModuleMap &MMap = getPreprocessor().getHeaderSearchInfo().getModuleMap(); in loadGlobalModuleIndex() local
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp1009 ScopedMMap FileInstance::MMap(void* addr, size_t length, int prot, int flags, in MMap() function in cuttlefish::FileInstance