Home
last modified time | relevance | path

Searched defs:LoadKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h63 enum class LoadKind { Default, Weak }; enum
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1765 using LoadKind = MachOPlatform::HeaderOptions::LoadDylibCmd::LoadKind; in createHeaderBlock() typedef