Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h141 std::list<COFFObjectSectionsMap> ObjectSectionsMaps; member
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp722 for (auto &ObjSectionMap : JDBState.ObjectSectionsMaps) in bootstrapCOFFRuntime()
895 BState.ObjectSectionsMaps.push_back(std::move(ObjSecs)); in registerObjectPlatformSectionsInBootstrap()