Searched refs:getSourceLanguage (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 81 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in printModuleDebugInfo() 85 O << "unknown-language(" << CU->getSourceLanguage() << ")"; in printModuleDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 100 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage()
|
| H A D | CodeViewDebug.cpp | 805 Flags = MapDWLangToCVLang(CU->getSourceLanguage()); in emitCompilerInformation()
|
| H A D | DwarfDebug.cpp | 1021 DIUnit->getSourceLanguage()); in finishUnitAttributes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 418 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 972 switch (TheCU->getSourceLanguage()) { in hasCXXMangling() 2555 static_cast<llvm::dwarf::SourceLanguage>(TheCU->getSourceLanguage()); in CreateType() 2646 TheCU->getSourceLanguage(), in getOrCreateModuleRef() 2671 unsigned RuntimeLang = TheCU->getSourceLanguage(); in CreateTypeDefinition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 608 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(), in getReplacementCU()
|
| H A D | AsmWriter.cpp | 2112 Printer.printDwarfEnum("language", N->getSourceLanguage(), in writeDICompileUnit()
|
| H A D | Verifier.cpp | 1194 CurrentSourceLang = (dwarf::SourceLanguage)N.getSourceLanguage(); in visitDICompileUnit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1402 getContext(), getSourceLanguage(), getFile(), getProducer(), in cloneImpl() 1447 unsigned getSourceLanguage() const { return SourceLanguage; } in getSourceLanguage() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 892 SP->getUnit()->getSourceLanguage() == dwarf::DW_LANG_Swift) in create()
|
| H A D | CoroFrame.cpp | 928 (dwarf::SourceLanguage)DIS->getUnit()->getSourceLanguage())) in buildFrameDebugInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1765 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()
|