Home
last modified time | relevance | path

Searched refs:RawID (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h419 uint32_t RawID;
422 DbgOpID() : RawID(UndefID.RawID) {
425 DbgOpID(uint32_t RawID) : RawID(RawID) {}
430 bool operator==(const DbgOpID &Other) const { return RawID == Other.RawID; }
433 uint32_t asU32() const { return RawID; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp513 IdentifierID RawID = in ReadData() local
515 bool IsInteresting = RawID & 0x01; in ReadData()
H A DASTReader.cpp1049 IdentifierID RawID = in ReadIdentifierID() local
1051 return Reader.getGlobalIdentifierID(F, RawID >> 1); in ReadIdentifierID()
1068 IdentifierID RawID = in ReadData() local
1070 bool IsInteresting = RawID & 0x01; in ReadData()
1075 RawID = RawID >> 1; in ReadData()
1086 IdentifierID ID = Reader.getGlobalIdentifierID(F, RawID); in ReadData()