Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h907 IsDecl(N->getIsDecl()) {}
915 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2261 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2328 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2355 bool getIsDecl() const { return IsDecl; } in getIsDecl() function
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1091 if (M->getIsDecl()) in getOrCreateModule()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1909 Record.push_back(N->getIsDecl()); in writeDIModule()