Home
last modified time | relevance | path

Searched refs:getInfoObj (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h154 Info &InfoObj = HT.getInfoObj(); in condense()
254 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(), in find()
277 Info &InfoObj = HT.getInfoObj(); in findAll()
H A DASTReader.cpp2245 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h408 Info &getInfoObj() { return InfoObj; } in getInfoObj() function
541 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in key_begin()
584 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h595 HashTable->getInfoObj().setValueProfDataEndianness(Endianness); in setValueProfDataEndianness()