Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp559 std::unordered_map<const char *, std::unique_ptr<char[]>> AllocatedSections; member in __anon89ec89360111::MachOPlatformRuntimeTLVManager
574 auto &Allocated = AllocatedSections[TDS->first]; in getInstance()