Home
last modified time | relevance | path

Searched defs:getLanguage (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h110 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); } in getLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp49 uint16_t CompileUnit::getLanguage() { in getLanguage() function in llvm::CompileUnit
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h92 clang::Language getLanguage() const { return Language; } in getLanguage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h109 uint16_t getLanguage() const { return Suffix->Language; } in getLanguage() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h190 Language getLanguage() const { return static_cast<Language>(Lang); } in getLanguage() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp618 std::optional<uint64_t> DWARFDIE::getLanguage() const { in getLanguage() function in DWARFDIE
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp168 PDB_Lang NativeRawSymbol::getLanguage() const { in getLanguage() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp417 std::optional<uint64_t> DWARFDie::getLanguage() const { in getLanguage() function in DWARFDie
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h753 uint8_t getLanguage() const { return static_cast<uint32_t>(Flags) & 0xFF; } in getLanguage() function
784 SourceLanguage getLanguage() const { in getLanguage() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp652 PDB_Lang DIARawSymbol::getLanguage() const { in getLanguage() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp423 unsigned llvm::dwarf::getLanguage(StringRef LanguageString) { in getLanguage() function in llvm::dwarf
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1433 Language getLanguage() const { return Lang; } in getLanguage() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3027 LinkageSpecLanguageIDs getLanguage() const { in getLanguage() function