Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLoadLinkableFile.cpp60 std::optional<Triple::ObjectFormatType> RequireFormat; in loadLinkableFile() local
62 RequireFormat = TT.getObjectFormat(); in loadLinkableFile()
76 if (!RequireFormat || *RequireFormat == Triple::COFF) { in loadLinkableFile()
89 if (!RequireFormat || *RequireFormat == Triple::ELF) { in loadLinkableFile()
102 if (!RequireFormat || *RequireFormat == Triple::MachO) { in loadLinkableFile()
111 if (!RequireFormat || *RequireFormat == Triple::MachO) in loadLinkableFile()
116 if (!RequireFormat || *RequireFormat == Triple::XCOFF) { in loadLinkableFile()