Searched refs:ObjectFormat (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTriple.cpp767 ObjectFormat(UnknownObjectFormat) {
780 ObjectFormat = parseFormat(Components[3]);
794 if (ObjectFormat == UnknownObjectFormat)
795 ObjectFormat = getDefaultFormat(*this);
810 Environment(), ObjectFormat(Triple::UnknownObjectFormat) {
811 ObjectFormat = getDefaultFormat(*this);
828 ObjectFormat(parseFormat(EnvironmentStr.str())) {
829 if (ObjectFormat == Triple::UnknownObjectFormat)
830 ObjectFormat = getDefaultFormat(*this);
861 ObjectFormatType ObjectFormat local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTriple.h261 ObjectFormatType ObjectFormat; member in class:llvm::Triple
271 ObjectFormat() {}
282 ObjectFormat == Other.ObjectFormat;
337 ObjectFormatType getObjectFormat() const { return ObjectFormat; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp390 Triple::ObjectFormatType ObjectFormat; member in class:__anon2851::LowerTypeTestsModule
899 ObjectFormat == Triple::ELF;
1288 ObjectFormat == Triple::MachO
1695 ObjectFormat = TargetTriple.getObjectFormat();

Completed in 200 milliseconds