Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp37 using COFFJITDylibDepInfoMap = typedef
141 Error dlopenInitialize(JITDylibState &JDS, COFFJITDylibDepInfoMap &DepInfo);
316 Expected<COFFJITDylibDepInfoMap> DepInfoMap((COFFJITDylibDepInfoMap())); in dlopenFull()
344 JITDylibState &JDS, COFFJITDylibDepInfoMap &DepInfo) { in dlopenInitialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h82 using COFFJITDylibDepInfoMap = variable
87 unique_function<void(Expected<COFFJITDylibDepInfoMap>)>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp535 COFFJITDylibDepInfoMap DIM; in pushInitializersLoop()