Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h978 IsDecl(N->getIsDecl()) {}
986 IsDecl == RHS->getIsDecl();
H A DAsmWriter.cpp2239 Printer.printBool("isDecl", N->getIsDecl(), /* Default */ false); in writeDIModule()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2390 getAPINotesFile(), getLineNo(), getIsDecl()); in cloneImpl()
2417 bool getIsDecl() const { return IsDecl; } in getIsDecl() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1147 if (M->getIsDecl()) in getOrCreateModule()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1987 Record.push_back(N->getIsDecl()); in writeDIModule()