Searched defs:Abbrev (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp55 auto &Abbrev = DebugInfo.AbbrevDecls[Entry.AbbrCode - FirstAbbrevCode]; local
H A DDWARFYAML.cpp44 void MappingTraits<DWARFYAML::Abbrev>::mapping(IO &IO, argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DTestModuleFileExtension.cpp30 auto Abbrev = Stream.EmitAbbrev(std::move(Abv)); local
H A DSerializedDiagnosticPrinter.cpp411 static void AddSourceLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { argument
419 static void AddRangeLocationAbbrev(llvm::BitCodeAbbrev &Abbrev) { argument
438 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h296 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp55 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
67 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
86 auto Abbrev local
110 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
132 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
146 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
159 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
171 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
187 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp149 DIEAbbrev Abbrev = Die.generateAbbrev(); local
282 const DIEAbbrev &Abbrev local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h63 std::unique_ptr<DWARFDebugAbbrev> Abbrev; member in class:llvm::DWARFContext
H A DDWARFAcceleratorTable.h267 struct Abbrev { struct in class:llvm::DWARFDebugNames
272 Abbrev(uint32_t Code, dwarf::Tag Tag, function in struct:llvm::DWARFDebugNames::Abbrev
[all...]
H A DDWARFUnit.h200 const DWARFDebugAbbrev *Abbrev; member in class:llvm::DWARFUnit
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h53 struct Abbrev { struct in namespace:llvm::DWARFYAML
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp837 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
H A DASTWriter.cpp1102 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
1122 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
1341 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
2313 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
2605 unsigned Abbrev; member in struct:__anon722
2891 auto Abbrev = std::make_shared<BitCodeAbbrev>(); local
3107 auto Abbrev = std::make_shared<BitCodeAbbrev>(); variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp97 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) { argument
135 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp247 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1432 writeMDTuple(const MDTuple *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1461 writeDILocation(const DILocation *N, SmallVectorImpl<uint64_t> &Record, unsigned &Abbrev) argument
1492 writeGenericDINode(const GenericDINode *N, SmallVectorImpl<uint64_t> &Record, unsigned &Abbrev) argument
1514 writeDISubrange(const DISubrange *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1526 writeDIEnumerator(const DIEnumerator *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1537 writeDIBasicType(const DIBasicType *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1552 writeDIDerivedType(const DIDerivedType *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1579 writeDICompositeType( const DICompositeType *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1605 writeDISubroutineType( const DISubroutineType *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1618 writeDIFile(const DIFile *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1641 writeDICompileUnit(const DICompileUnit *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1669 writeDISubprogram(const DISubprogram *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1697 writeDILexicalBlock(const DILexicalBlock *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1710 writeDILexicalBlockFile( const DILexicalBlockFile *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1722 writeDICommonBlock(const DICommonBlock *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1736 writeDINamespace(const DINamespace *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1747 writeDIMacro(const DIMacro *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1760 writeDIMacroFile(const DIMacroFile *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1773 writeDIModule(const DIModule *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1784 writeDITemplateTypeParameter( const DITemplateTypeParameter *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1795 writeDITemplateValueParameter( const DITemplateValueParameter *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1808 writeDIGlobalVariable( const DIGlobalVariable *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1829 writeDILocalVariable( const DILocalVariable *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1860 writeDILabel( const DILabel *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1873 writeDIExpression(const DIExpression *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1885 writeDIGlobalVariableExpression( const DIGlobalVariableExpression *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1896 writeDIObjCProperty(const DIObjCProperty *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1912 writeDIImportedEntity( const DIImportedEntity *N, SmallVectorImpl<uint64_t> &Record, unsigned Abbrev) argument
1940 unsigned Abbrev = createNamedMetadataAbbrev(); local
[all...]

Completed in 235 milliseconds