Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h122 bool isUndefined() const { in isUndefined() function
H A DRecord.h96 bool isUndefined() const { return Linkage == RecordLinkage::Undefined; } in isUndefined() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp179 bool isUndefined = processSymbols() local
/llvm-project/llvm/include/llvm/Object/
H A DWasm.h73 bool isUndefined() const { in isUndefined() function
H A DIRSymtab.h198 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } isUndefined() function
H A DCOFF.h386 bool isUndefined() const { isUndefined() function
/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h386 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined() function
/llvm-project/lld/ELF/
H A DSymbols.h185 bool isUndefined() const { return symbolKind == UndefinedKind; } isUndefined() function
/llvm-project/lld/wasm/
H A DSymbols.h69 bool isDefined() const { return !isLazy() && !isUndefined(); } in isUndefined() function
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp732 static bool isUndefined(ld_plugin_symbol &Sym) { isUndefined() function