Searched refs:Producer (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h24 enum Producer enum in class:DWARFCompileUnit
165 Producer
213 Producer m_producer;
H A DDWARFCompileUnit.cpp1141 DWARFCompileUnit::Producer
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp375 unsigned Producer = local
377 assert(Producer != Hexagon::NoRegister);
378 MCO.setReg(Producer);
380 unsigned Producer = local
382 if (Producer >= Hexagon::W0 && Producer <= Hexagon::W15)
383 Producer = ((Producer - Hexagon::W0) << 1) + SubregBit + Hexagon::V0;
387 assert(Producer != Hexagon::NoRegister);
388 MCO.setReg(Producer);
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DDebugInfoMetadata.cpp314 MDString *Producer, bool IsOptimized, MDString *Flags,
321 assert(isCanonical(Producer) && "Expected canonical MDString");
325 Metadata *Ops[] = {File, Producer, Flags, SplitDebugFilename, EnumTypes,
312 getImpl( LLVMContext &Context, unsigned SourceLanguage, Metadata *File, MDString *Producer, bool IsOptimized, MDString *Flags, unsigned RuntimeVersion, MDString *SplitDebugFilename, unsigned EmissionKind, Metadata *EnumTypes, Metadata *RetainedTypes, Metadata *Subprograms, Metadata *GlobalVariables, Metadata *ImportedEntities, Metadata *Macros, uint64_t DWOId, StorageType Storage, bool ShouldCreate) argument
H A DDIBuilder.cpp137 unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer,
149 VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer,
136 createCompileUnit( unsigned Lang, StringRef Filename, StringRef Directory, StringRef Producer, bool isOptimized, StringRef Flags, unsigned RunTimeVer, StringRef SplitName, DebugEmissionKind Kind, uint64_t DWOId, bool EmitDebugInfo) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h947 StringRef Producer, bool IsOptimized, StringRef Flags,
955 getCanonicalMDString(Context, Producer), IsOptimized,
965 MDString *Producer, bool IsOptimized, MDString *Flags,
986 (unsigned SourceLanguage, DIFile *File, StringRef Producer,
993 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion,
998 (unsigned SourceLanguage, Metadata *File, MDString *Producer,
1004 (SourceLanguage, File, Producer, IsOptimized, Flags, RuntimeVersion,
946 getImpl(LLVMContext &Context, unsigned SourceLanguage, DIFile *File, StringRef Producer, bool IsOptimized, StringRef Flags, unsigned RuntimeVersion, StringRef SplitDebugFilename, unsigned EmissionKind, DICompositeTypeArray EnumTypes, DITypeArray RetainedTypes, DISubprogramArray Subprograms, DIGlobalVariableArray GlobalVariables, DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, uint64_t DWOId, StorageType Storage, bool ShouldCreate = true) argument
H A DDIBuilder.h81 /// \param Producer Identify the producer of debugging information
108 StringRef Producer, bool isOptimized, StringRef Flags,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp392 std::string Producer = getClangFullVersion(); local
403 Producer, LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers,

Completed in 152 milliseconds