Searched refs:getSourceLanguage (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 46 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 D | SPIRVEmitNonSemanticDI.cpp | 115 LLVMSourceLanguages.push_back(CompileUnit->getSourceLanguage()); in emitGlobalDI()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 225 virtual LVSourceLanguage getSourceLanguage() const { return {}; } in getSourceLanguage() function
|
| H A D | LVScope.h | 551 LVSourceLanguage getSourceLanguage() const override { return SourceLanguage; } in getSourceLanguage() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage()
|
| H A D | DwarfDebug.cpp | 1029 DIUnit->getSourceLanguage()); in finishUnitAttributes()
|
| H A D | CodeViewDebug.cpp | 637 CurrentSourceLanguage = MapDWLangToCVLang(CU->getSourceLanguage()); in beginModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAsmPrinter.cpp | 454 StringRef Language = dwarf::LanguageString(CU->getSourceLanguage()); in EmitProducerInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 1727 if (auto SL = getSourceLanguage(); SL.isValid()) in printExtra()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1249 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 D | CoroFrame.cpp | 695 (dwarf::SourceLanguage)DIS->getUnit()->getSourceLanguage()) || in buildFrameDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2058 getContext(), getSourceLanguage(), getFile(), getProducer(), in cloneImpl() 2103 unsigned getSourceLanguage() const { return SourceLanguage; } in getSourceLanguage() function
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 745 CU->getContext(), CU->getSourceLanguage(), File, CU->getProducer(), in getReplacementCU()
|
| H A D | AsmWriter.cpp | 2410 Printer.printDwarfEnum("language", N->getSourceLanguage(), in writeDICompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 1510 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 2111 Record.push_back(N->getSourceLanguage()); in writeDICompileUnit()
|