reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
398 HashTable->getInfoObj().setValueProfDataEndianness(Endianness);
include/llvm/Support/OnDiskHashTable.h538 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.h154 Info &InfoObj = HT.getInfoObj(); 252 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), 275 Info &InfoObj = HT.getInfoObj();