Home
last modified time | relevance | path

Searched defs:AllocInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h30 struct AllocInfo { struct
31 struct SegInfo {
39 ExecutorAddr MappingBase;
63 virtual void initialize(AllocInfo &AI, argument
/llvm-project/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp64 struct AllocInfo { struct
65 SmallVector<SectionAllocInfo, 8> AllocatedSections;
67 ~AllocInfo() { in ~AllocInfo()
72 SectionAllocInfo allocateSection(const jitlink::Section &Section) { in allocateSection()
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp708 addCallStack(CallStackTrie & AllocTrie,const AllocationInfo * AllocInfo) addCallStack() argument
941 for (auto *AllocInfo : AllocInfoIter->second) { readMemprof() local
[all...]