Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.h130 struct MemoryRegion { struct
131 MemoryRegion(StringRef Name, uint64_t Origin, uint64_t Length, uint32_t Flags, in MemoryRegion() argument
218 MemoryRegion *MemRegion = nullptr;
219 MemoryRegion *LMARegion = nullptr;
238 MemoryRegion *findMemoryRegion(OutputSection *Sec);
298 llvm::MapVector<llvm::StringRef, MemoryRegion *> MemoryRegions;
H A DOutputSections.h90 MemoryRegion *MemRegion = nullptr;
91 MemoryRegion *LMARegion = nullptr;
H A DLinkerScript.cpp106 static void expandMemoryRegion(MemoryRegion *MemRegion, uint64_t Size, in expandMemoryRegion()
725 MemoryRegion *LinkerScript::findMemoryRegion(OutputSection *Sec) { in findMemoryRegion()
729 if (MemoryRegion *M = MemoryRegions.lookup(Sec->MemoryRegionName)) in findMemoryRegion()
743 MemoryRegion *M = Pair.second; in findMemoryRegion()
779 if (MemoryRegion *MR = Sec->LMARegion) in assignOffsets()
914 if (MemoryRegion *M = MemoryRegions.lookup(Sec->LMARegionName)) in adjustSectionsAfterSorting()
1012 MemoryRegion *MR = MRI.second; in AddressState()
H A DScriptParser.cpp1496 MemoryRegion *MR = make<MemoryRegion>(Tok, Origin, Length, Flags, NegFlags); in readMemory()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.h83 RequestNodeVisitor(const MemRegion *const MemoryRegion, in RequestNodeVisitor() argument
85 : RequestRegion(MemoryRegion), ErrorText(ErrText) {} in RequestNodeVisitor()