Searched defs:hasGlobalIndex (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/wasm/ | ||
H A D | Symbols.cpp | 350 bool GlobalSymbol::hasGlobalIndex() const { hasGlobalIndex() function in lld::wasm::GlobalSymbol |
/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1736 bool hasGlobalIndex() const { return (bool)GlobalIndex; } hasGlobalIndex() function |