reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ProfileData/InstrProfReader.h
  398     HashTable->getInfoObj().setValueProfDataEndianness(Endianness);
include/llvm/Support/OnDiskHashTable.h
  538     return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
  581     return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
tools/clang/lib/Serialization/ASTReader.cpp
 2032       ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M,
tools/clang/lib/Serialization/MultiOnDiskHashTable.h
  154       Info &InfoObj = HT.getInfoObj();
  252         HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(),
  275       Info &InfoObj = HT.getInfoObj();