Home
last modified time | relevance | path

Searched defs:MemFile (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dmem_file.h40 struct MemFile { struct
41 explicit MemFile(const char* filename_) in MemFile() function
84 MemFile& operator=(const MemFile&) = delete; argument
95 ~MemFile() { in ~MemFile() argument
105 size_t size() { in size()
108 [[nodiscard]] int fd() const { in fd()
112 Section getSection(const Elf64_Shdr& shdr) { in getSection()
117 Section getSection(const char* name, bool optional) { in getSection()
127 Section strtab() { in strtab()
133 T* load(size_t offset) { in load()
[all …]
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc81 MemFile = 3, enumerator