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.h1168 IsDecl(N->getIsDecl()) {}
1176 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2542 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3091 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
3118 bool getIsDecl() const { return SubclassData1; } in getIsDecl() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1332 if (M->getIsDecl()) in getOrCreateModule()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2261 Record.push_back(N->getIsDecl()); in writeDIModule()