Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSymbols.cpp193 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 …]
H A DSymbols.h41 #define INVALID_INDEX UINT32_MAX macro
124 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;
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/ELF/AArch64/
H A Dplt.test23 # RUN: llvm-objdump -d %tindex 2>&1 | FileCheck %s --check-prefix=INVALID_INDEX -DFILE=%tindex
25 # INVALID_INDEX: warning: '[[FILE]]': PLT entry at 0x210030 references an invalid symbol{{$}}
26 # INVALID_INDEX: Disassembly of section .text:
/llvm-project-15.0.7/clang/utils/TableGen/
H A DRISCVVEmitter.cpp75 static constexpr unsigned INVALID_INDEX = ~0U; member in __anon65d4c6ec0111::SemaSignatureTable
253 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()