Home
last modified time | relevance | path

Searched refs:getKeyInstructionsEnabled (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h973 UsesKeyInstructions(N->getKeyInstructionsEnabled()) {}
991 UsesKeyInstructions == RHS->getKeyInstructionsEnabled();
H A DAsmWriter.cpp2461 Printer.printBool("keyInstructions", N->getKeyInstructionsEnabled(), false); in writeDISubprogram()
H A DVerifier.cpp5492 CheckDI(DL->getScope()->getSubprogram()->getKeyInstructionsEnabled(), in visitInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2308 getTargetFuncName(), getKeyInstructionsEnabled()); in cloneImpl()
2351 bool getKeyInstructionsEnabled() const { return SubclassData1; } in getKeyInstructionsEnabled() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2089 DL->getScope()->getSubprogram()->getKeyInstructionsEnabled(); in beginInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2162 Record.push_back(N->getKeyInstructionsEnabled()); in writeDISubprogram()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp174 if (!SP || !SP->getKeyInstructionsEnabled()) in addInstToSpecificSourceAtom()