reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/DIBuilder.h
  668                    DITypeArray ThrownTypes = nullptr);
  678         DISubprogram *Decl = nullptr, DITypeArray ThrownTypes = nullptr);
  707                  DITypeArray ThrownTypes = nullptr);
include/llvm/IR/DebugInfoMetadata.h
  617   TempDIType clone() const {
  636   TempDIType cloneWithFlags(DIFlags NewFlags) const {
 1303   void replaceRetainedTypes(DITypeArray N) {
 1667           DINodeArray RetainedNodes, DITypeArray ThrownTypes,
 1809   DITypeArray getThrownTypes() const {
lib/IR/DIBuilder.cpp
  756     DITypeArray ThrownTypes) {
  775     DITypeArray ThrownTypes) {
  790     DITypeArray ThrownTypes) {
unittests/IR/MetadataTest.cpp
 1263   TempDIType Temp = N->clone();
 1275   TempDIType D2 = D->cloneWithFlags(DINode::FlagRValueReference);
 1279   TempDIType T =
 1282   TempDIType T2 = T->cloneWithFlags(DINode::FlagRValueReference);