Searched refs:INVALID_INDEX (Results 1 – 4 of 4) sorted by relevance
193 assert(gotIndex == INVALID_INDEX); in setGOTIndex()248 if (functionIndex != INVALID_INDEX) in getFunctionIndex()269 assert(tableIndex != INVALID_INDEX); in getTableIndex()276 return tableIndex != INVALID_INDEX; in hasTableIndex()288 assert(tableIndex == INVALID_INDEX); in setTableIndex()333 assert(globalIndex != INVALID_INDEX); in getGlobalIndex()346 return globalIndex != INVALID_INDEX; in hasGlobalIndex()358 assert(tagIndex != INVALID_INDEX); in getTagIndex()364 assert(tagIndex == INVALID_INDEX); in setTagIndex()371 return tagIndex != INVALID_INDEX; in hasTagIndex()[all …]
41 #define INVALID_INDEX UINT32_MAX macro124 assert(gotIndex != INVALID_INDEX); in getGOTIndex()129 bool hasGOTIndex() const { return gotIndex != INVALID_INDEX; } in hasGOTIndex()139 uint32_t outputSymbolIndex = INVALID_INDEX;140 uint32_t gotIndex = INVALID_INDEX;206 uint32_t tableIndex = INVALID_INDEX;207 uint32_t functionIndex = INVALID_INDEX;347 uint32_t globalIndex = INVALID_INDEX;398 uint32_t tableNumber = INVALID_INDEX;457 uint32_t tagIndex = INVALID_INDEX;
23 # RUN: llvm-objdump -d %tindex 2>&1 | FileCheck %s --check-prefix=INVALID_INDEX -DFILE=%tindex25 # INVALID_INDEX: warning: '[[FILE]]': PLT entry at 0x210030 references an invalid symbol{{$}}26 # INVALID_INDEX: Disassembly of section .text:
75 static constexpr unsigned INVALID_INDEX = ~0U; member in __anon65d4c6ec0111::SemaSignatureTable253 if (getIndex(Signature) != INVALID_INDEX) in insert()277 return INVALID_INDEX; in getIndex()631 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()633 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()635 static_cast<uint16_t>(SemaSignatureTable::INVALID_INDEX)); in createRVVIntrinsicRecords()