Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexer.cpp112 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH); in getClangResourcesPath()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMinidump.h106 support::ulittle64_t AllocationBase; member
/llvm-project-15.0.7/llvm/unittests/Object/
H A DMinidumpTest.cpp595 EXPECT_EQ(0x0504030201000908u, Info.AllocationBase); in TEST()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp247 mapOptionalHex(IO, "Allocation Base", Info.AllocationBase, Info.BaseAddress); in mapping()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp130 *stack_bottom = (uptr)mbi.AllocationBase; in GetThreadStackTopAndBottom()