Searched refs:outputType (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DConfig.h31 llvm::MachO::HeaderFileType outputType; member in struct:lld::macho::Configuration
H A DDriver.cpp364 config->outputType = args.hasArg(OPT_dylib) ? MH_DYLIB : MH_EXECUTE;
426 if (config->outputType == MH_EXECUTE && !isa<Defined>(config->entry)) {
H A DSyntheticSections.cpp58 hdr->filetype = config->outputType;
62 if (config->outputType == MachO::MH_DYLIB && !config->hasReexports)
H A DWriter.cpp269 switch (config->outputType) {
411 switch (config->outputType) {
/freebsd-13-stable/contrib/expat/xmlwf/
H A Dxmlwf.c901 int outputType = 0; local
951 outputType = 'm';
955 outputType = 'c';
960 outputType = 't';
1026 if (outputType == 't') {
1067 switch (outputType) {
1112 if (outputType == 'm')

Completed in 113 milliseconds