Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1000 IsDecl(N->getIsDecl()) {}
1008 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2384 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2502 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2529 bool getIsDecl() const { return SubclassData1; } in getIsDecl() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1181 if (M->getIsDecl()) in getOrCreateModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2123 Record.push_back(N->getIsDecl()); in writeDIModule()