/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 163 Language getLanguage() const { return static_cast<Language>(Lang); } in getLanguage() function 176 return InputKind(getLanguage(), getFormat(), true); in getPreprocessed() 180 return InputKind(getLanguage(), F, isPreprocessed()); in withFormat()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolCompilandDetails.h | 43 FORWARD_SYMBOL_METHOD(getLanguage)
|
H A D | IPDBRawSymbol.h | 103 virtual PDB_Lang getLanguage() const = 0;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | LangStandard.h | 84 clang::Language getLanguage() const { return Language; } in getLanguage() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | WindowsResourceDumper.cpp | 73 SW.printNumber("Language ID", Ref.getLanguage()); in printEntry()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 540 if ((IK.getLanguage() == Language::OpenCL || in getOptimizationLevel() 541 IK.getLanguage() == Language::OpenCLCXX) && in getOptimizationLevel() 1714 if (IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs() 1905 IK.getLanguage() != Language::LLVM_IR) in ParseCodeGenArgs() 2532 switch (Opts.DashX.getLanguage()) { in GenerateFrontendArgs() 3081 if (IK.getLanguage() == Language::Asm) { in setLangDefaults() 3089 switch (IK.getLanguage()) { in setLangDefaults() 3194 Opts.HIP = IK.getLanguage() == Language::HIP; in setLangDefaults() 3195 Opts.CUDA = IK.getLanguage() == Language::CUDA || Opts.HIP; in setLangDefaults() 3211 Opts.RenderScript = IK.getLanguage() == Language::RenderScript; in setLangDefaults() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 24 uint16_t CompileUnit::getLanguage() { in getLanguage() function in llvm::CompileUnit
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.h | 114 uint16_t getLanguage();
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 207 OS << "/language " << Entry.getLanguage() << ", in " << File1 << " and in " in makeDuplicateResourceError() 318 Entry.getLanguage() == 0; in shouldIgnoreDuplicate() 504 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(), in addLanguageNode()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 61 InputKind ModuleMapInputKind(FrontendOpts.DashX.getLanguage(), in getCanonicalCommandLine()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Solaris.cpp | 109 if (LangStd && LangStd->getLanguage() == Language::C && !LangStd->isC99()) in ConstructJob()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 108 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.h | 82 PDB_Lang getLanguage() const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 77 PDB_Lang getLanguage() const override;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | SymbolDumper.cpp | 239 W.printEnum("Language", Compile2.getLanguage(), getSourceLanguageNames()); in visitKnownRecord() 263 W.printEnum("Language", uint8_t(Compile3.getLanguage()), getSourceLanguageNames()); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeRawSymbol.cpp | 169 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage() function in NativeRawSymbol
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 100 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() function
|
H A D | DwarfUnit.cpp | 110 switch (getLanguage()) { in getDefaultLowerBound() 657 if (!dwarf::isCPlusPlus((dwarf::SourceLanguage)getLanguage())) in getParentContextString() 817 uint16_t Language = getLanguage(); in constructTypeDIE() 1203 uint16_t Language = getLanguage(); in applySubprogramAttributes()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 721 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } in getLanguage() function 752 SourceLanguage getLanguage() const { in getLanguage() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 595 unsigned getLanguage(StringRef LanguageString);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 338 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { in getLanguage() function in llvm::dwarf
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | InterpolatingCompilationDatabase.cpp | 203 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage()); in TransferableCommand()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 1181 return cast<LinkageSpecDecl>(DC)->getLanguage() == ID; in isLinkageSpecContext() 1195 cast<LinkageSpecDecl>(DC)->getLanguage() == LinkageSpecDecl::lang_c) in getExternCContext()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaModule.cpp | 28 switch (LSD->getLanguage()) { in checkModuleImportContext()
|