Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContextImpl.h930 IsDecl(N->getIsDecl()) {}
938 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2214 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2337 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2364 bool getIsDecl() const { return IsDecl; } in getIsDecl() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1146 if (M->getIsDecl()) in getOrCreateModule()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp2570 EXPECT_EQ(IsDecl, N->getIsDecl()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1948 Record.push_back(N->getIsDecl()); in writeDIModule()