Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp46 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in printModuleDebugInfo()
50 O << "unknown-language(" << CU->getSourceLanguage() << ")"; in printModuleDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp115 LLVMSourceLanguages.push_back(CompileUnit->getSourceLanguage()); in emitGlobalDI()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h225 virtual LVSourceLanguage getSourceLanguage() const { return {}; } in getSourceLanguage() function
H A DLVScope.h551 LVSourceLanguage getSourceLanguage() const override { return SourceLanguage; } in getSourceLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage()
H A DDwarfDebug.cpp1029 DIUnit->getSourceLanguage()); in finishUnitAttributes()
H A DCodeViewDebug.cpp637 CurrentSourceLanguage = MapDWLangToCVLang(CU->getSourceLanguage()); in beginModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp454 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1727 if (auto SL = getSourceLanguage(); SL.isValid()) in printExtra()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1249 switch (TheCU->getSourceLanguage()) { in hasCXXMangling()
3175 static_cast<llvm::dwarf::SourceLanguage>(TheCU->getSourceLanguage()); in CreateType()
3283 TheCU->getSourceLanguage(), in getOrCreateModuleRef()
3308 unsigned RuntimeLang = TheCU->getSourceLanguage(); in CreateTypeDefinition()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp695 (dwarf::SourceLanguage)DIS->getUnit()->getSourceLanguage()) || in buildFrameDebugInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2058 getContext(), getSourceLanguage(), getFile(), getProducer(), in cloneImpl()
2103 unsigned getSourceLanguage() const { return SourceLanguage; } in getSourceLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp745 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(), in getReplacementCU()
H A DAsmWriter.cpp2410 Printer.printDwarfEnum("language", N->getSourceLanguage(), in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1510 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2111 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()