Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h261 bool hasName() const { return HasName; } in hasName() function
H A DDerivedTypes.h304 bool hasName() const { return SymbolTableEntry != nullptr; } in hasName() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h129 bool hasName() const { return !Name.empty(); } in hasName() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp318 bool MachineBasicBlock::hasName() const { in hasName() function in MachineBasicBlock
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h675 bool hasName() const { return !Name.empty(); } in hasName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h853 bool hasName() const { in hasName() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h493 bool hasName() const { return !Name.empty(); } in hasName() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2320 bool hasName() const { in hasName() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3079 inline internal::Matcher<NamedDecl> hasName(StringRef Name) { in hasName() function