Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h67 enum DbgEntityKind { enum
76 const DbgEntityKind SubclassID;
79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity()
88 DbgEntityKind getDbgEntityID() const { return SubclassID; } in getDbgEntityID()