Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp30 llvm::DenseMap<unsigned, unsigned> Abbrevs; member in __anon06744b440111::AbbreviationMap
206 AbbreviationMap Abbrevs; member
377 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitBlockInfoBlock() local
463 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitMetaBlock() local
591 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitDiagnosticMessage() local
652 AbbreviationMap &Abbrevs = State->Abbrevs; in EmitCodeContext() local
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp35 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs; in operator =() local
49 std::vector<BitCodeAbbrev*> &Abbrevs = BlockScope[S].PrevAbbrevs; in freeState() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp35 const DIEAbbrev &Abbrevs = Die.getAbbrev(); in getDIEStringAttr() local
127 const DIEAbbrev &Abbrevs = Die.getAbbrev(); in collectAttributes() local
DDIE.cpp130 const DIEAbbrev &Abbrevs = getAbbrev(); in findAttribute() local
/external/llvm/lib/DebugInfo/
DDWARFUnit.h44 const DWARFAbbreviationDeclarationSet *Abbrevs; variable
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h40 std::vector<BitCodeAbbrev*> Abbrevs; member
DBitstreamWriter.h59 std::vector<BitCodeAbbrev*> Abbrevs; member