Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp436 std::unordered_map<const char *, std::unique_ptr<char[]>> AllocatedSections; member in __anonb364b2400111::ELFNixPlatformRuntimeTLVManager
450 auto &Allocated = AllocatedSections[TDS->first]; in getInstance()
H A Dmacho_platform.cpp1296 std::unordered_map<const char *, std::unique_ptr<char[]>> AllocatedSections; in __orc_rt_macho_run_program()
1311 auto &Allocated = AllocatedSections[TDS->first]; in __orc_rt_macho_run_program()
1095 std::unordered_map<const char *, std::unique_ptr<char[]>> AllocatedSections; global() member in __anon3d23d5020211::MachOPlatformRuntimeTLVManager