Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp321 if (auto Loadable = VisitMembers(*Archive, *ChildBuf, Index++)) { in Create() local
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h128 enum class SeparateSegmentKind { None, Code, Loadable }; enumerator