reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
764 void setObjectFormat(ObjectFormatType Kind);
106 TheTriple.setObjectFormat(Triple::MachO);
tools/clang/examples/clang-interpreter/main.cpp 136 T.setObjectFormat(llvm::Triple::ELF);
tools/clang/lib/Driver/Driver.cpp 1054 T.setObjectFormat(llvm::Triple::COFF);
tools/clang/lib/Driver/ToolChains/Darwin.cpp 80 T.setObjectFormat(llvm::Triple::MachO);
unittests/ADT/TripleTest.cpp1315 T.setObjectFormat(Triple::ELF); 1318 T.setObjectFormat(Triple::MachO); 1321 T.setObjectFormat(Triple::XCOFF);