Searched defs:DbgEntity (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 81 DbgEntity(const DINode *N, const DILocation *IA, unsigned ID) in DbgEntity() function 241 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() function
|
H A D | DwarfFile.h | 26 class DbgEntity; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() function 240 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() function
|
H A D | DwarfFile.h | 25 class DbgEntity; variable
|