Home
last modified time | relevance | path

Searched refs:areAllCallsDescribed (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp703 if (!SP.areAllCallsDescribed() || !SP.isDefinition()) in constructCallSiteEntryDIEs()
1698 if (SP->areAllCallsDescribed() && MI->isCall() && !MI->hasDelaySlot()) in beginInstruction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1755 bool areAllCallsDescribed() const { in areAllCallsDescribed() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp1152 if (N.areAllCallsDescribed()) in visitDISubprogram()