Home
last modified time | relevance | path

Searched refs:hasGlobalIndex (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lld/wasm/
DInputGlobal.h32 bool hasGlobalIndex() const { return globalIndex.hasValue(); } in hasGlobalIndex() function
34 assert(!hasGlobalIndex()); in setGlobalIndex()
DSymbols.cpp302 bool GlobalSymbol::hasGlobalIndex() const { in hasGlobalIndex() function in lld::wasm::GlobalSymbol
304 return f->global->hasGlobalIndex(); in hasGlobalIndex()
DSymbols.h322 bool hasGlobalIndex() const;
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1636 bool hasGlobalIndex() const { return (bool)GlobalIndex; } in hasGlobalIndex() function
/external/clang/include/clang/Serialization/
DASTReader.h1438 bool hasGlobalIndex() const { return (bool)GlobalIndex; } in hasGlobalIndex() function
/external/clang/lib/Serialization/
DASTReader.cpp3431 !hasGlobalIndex() && TriedLoadingGlobalIndex; in isGlobalIndexUnavailable()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp4122 !hasGlobalIndex() && TriedLoadingGlobalIndex; in isGlobalIndexUnavailable()