Searched refs:getLanguage (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompilandDetails.h43 FORWARD_SYMBOL_METHOD(getLanguage)
H A DIPDBRawSymbol.h107 virtual PDB_Lang getLanguage() const = 0;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h82 clang::Language getLanguage() const { return Language; } function in struct:clang::LangStandard
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp74 SW.printNumber("Language ID", Ref.getLanguage());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h162 Language getLanguage() const { return static_cast<Language>(Lang); } function in class:clang::InputKind
175 return InputKind(getLanguage(), getFormat(), true);
179 return InputKind(getLanguage(), F, isPreprocessed());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp24 uint16_t CompileUnit::getLanguage() { function in class:llvm::CompileUnit
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h117 uint16_t getLanguage();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp125 if (IK.getLanguage() == Language::OpenCL && !Args.hasArg(OPT_cl_opt_disable))
987 if (IK.getLanguage() != Language::LLVM_IR)
1342 IK.getLanguage() != Language::LLVM_IR)
2226 if (IK.getLanguage() == Language::Asm) {
2234 switch (IK.getLanguage()) {
2332 Opts.HIP = IK.getLanguage() == Language::HIP;
2333 Opts.CUDA = IK.getLanguage() == Language::CUDA || Opts.HIP;
2338 Opts.RenderScript = IK.getLanguage() == Language::RenderScript;
2385 switch (IK.getLanguage()) {
2393 return S.getLanguage()
[all...]
H A DASTUnit.cpp1157 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() !=
1590 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() !=
2216 assert(Clang->getFrontendOpts().Inputs[0].getKind().getLanguage() !=
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h77 PDB_Lang getLanguage() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h82 PDB_Lang getLanguage() const override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DSolaris.cpp108 if (LangStd && LangStd->getLanguage() == Language::C && !LangStd->isC99())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h88 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } function in class:llvm::DwarfUnit
H A DDwarfUnit.cpp112 switch (getLanguage()) {
736 if (!dwarf::isCPlusPlus((dwarf::SourceLanguage)getLanguage()))
864 uint16_t Language = getLanguage();
1230 uint16_t Language = getLanguage();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h108 uint16_t getLanguage() const { return Suffix->Language; } function in class:llvm::object::ResourceEntryRef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp207 OS << "/language " << Entry.getLanguage() << ", in " << File1 << " and in "
318 Entry.getLanguage() == 0;
504 bool Added = addDataChild(Entry.getLanguage(), Entry.getMajorVersion(),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h497 unsigned getLanguage(StringRef LanguageString);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp169 PDB_Lang NativeRawSymbol::getLanguage() const { function in class:NativeRawSymbol
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h714 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } function in class:llvm::codeview::Compile2Sym
745 SourceLanguage getLanguage() const { function in class:llvm::codeview::Compile3Sym
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp239 W.printEnum("Language", Compile2.getLanguage(), getSourceLanguageNames());
263 W.printEnum("Language", uint8_t(Compile3.getLanguage()), getSourceLanguageNames());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp28 switch (LSD->getLanguage()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp382 if (attr->getLanguage() == "Swift")
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp196 Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp332 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { function in class:llvm::dwarf

Completed in 230 milliseconds

12