Home
last modified time | relevance | path

Searched defs:SourceLanguage (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-types.h103 struct SourceLanguage { struct
106 SourceLanguage(uint16_t name, uint32_t version) in SourceLanguage() function
108 SourceLanguage(std::optional<std::pair<uint16_t, uint32_t>> name_vers) in SourceLanguage() argument
117 uint16_t name = 0;
118 uint32_t version = 0;
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitNonSemanticDI.cpp67 enum SourceLanguage { enum
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp545 SourceLanguage::SourceLanguage(lldb::LanguageType language_type) { in SourceLanguage() function in SourceLanguage
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h214 enum SourceLanguage { enum
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp330 enum SourceLanguage { Unknown, ObjC, Swift }; enum in __anonff1b1f600411::ObjcCategoryMerger
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h147 enum SourceLanguage : uint8_t { enum
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1198 unsigned SourceLanguage, bool IsOptimized, in DICompileUnit()
1213 LLVMContext &Context, unsigned SourceLanguage, Metadata *File, in getImpl()