Home
last modified time | relevance | path

Searched refs:getIsDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h986 IsDecl(N->getIsDecl()) {}
994 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2297 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2437 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2464 bool getIsDecl() const { return SubclassData1; } in getIsDecl() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1148 if (M->getIsDecl()) in getOrCreateModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2032 Record.push_back(N->getIsDecl()); in writeDIModule()