Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DSymbol.h123 bool isUndefined() const { in isUndefined() function
H A DRecord.h97 bool isUndefined() const { return Linkage == RecordLinkage::Undefined; } in isUndefined() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h262 bool isUndefined() const { return getFragment() == nullptr; } in isUndefined() function
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp242 bool isUndefined = in processSymbols() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h74 bool isUndefined() const { in isUndefined() function
H A DIRSymtab.h201 bool isUndefined() const { return (Flags >> S::FB_undefined) & 1; } in isUndefined() function
H A DCOFF.h391 bool isUndefined() const { in isUndefined() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h162 bool isUndefined() const { return symbolKind == UndefinedKind; } in isUndefined() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h386 bool isUndefined() const { return UndefLoc.isValid(); } in isUndefined() function