Home
last modified time | relevance | path

Searched refs:getSourceLanguage (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp48 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in printModuleDebugInfo()
52 O << "unknown-language(" << CU->getSourceLanguage() << ")"; in printModuleDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage()
H A DDwarfDebug.cpp1023 DIUnit->getSourceLanguage()); in finishUnitAttributes()
H A DCodeViewDebug.cpp628 CurrentSourceLanguage = MapDWLangToCVLang(CU->getSourceLanguage()); in beginModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp452 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1055 switch (TheCU->getSourceLanguage()) { in hasCXXMangling()
2837 static_cast<llvm::dwarf::SourceLanguage>(TheCU->getSourceLanguage()); in CreateType()
2932 TheCU->getSourceLanguage(), in getOrCreateModuleRef()
2957 unsigned RuntimeLang = TheCU->getSourceLanguage(); in CreateTypeDefinition()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1452 getContext(), getSourceLanguage(), getFile(), getProducer(), in cloneImpl()
1497 unsigned getSourceLanguage() const { return SourceLanguage; } in getSourceLanguage() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp995 SP->getUnit()->getSourceLanguage() == dwarf::DW_LANG_Swift) { in create()
H A DCoroFrame.cpp1113 (dwarf::SourceLanguage)DIS->getUnit()->getSourceLanguage())) in buildFrameDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp718 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(), in getReplacementCU()
H A DAsmWriter.cpp2166 Printer.printDwarfEnum("language", N->getSourceLanguage(), in writeDICompileUnit()
H A DVerifier.cpp1354 CurrentSourceLang = (dwarf::SourceLanguage)N.getSourceLanguage(); in visitDICompileUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1511 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1883 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()