Home
last modified time | relevance | path

Searched defs:isUndefined (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/TextAPI/
H A DSymbol.h88 bool isUndefined() const { in isUndefined() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h69 bool isUndefined() const { in isUndefined() function
H A DIRSymtab.h198 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } in isUndefined() function
H A DCOFF.h386 bool isUndefined() const { in isUndefined() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h383 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined() function
/openbsd-src/gnu/llvm/lld/ELF/
H A DSymbols.h179 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DSymbols.h69 bool isUndefined() const { in isUndefined() function
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp729 static bool isUndefined(ld_plugin_symbol &Sym) { in isUndefined() function