Home
last modified time | relevance | path

Searched defs:hasGlobalIndex (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.cpp350 bool GlobalSymbol::hasGlobalIndex() const { in hasGlobalIndex() function in lld::wasm::GlobalSymbol
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1698 bool hasGlobalIndex() const { return (bool)GlobalIndex; } in hasGlobalIndex() function