Home
last modified time | relevance | path

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 DDwarfDebug.h81 DbgEntity(const DINode *N, const DILocation *IA, unsigned ID) in DbgEntity() function
241 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() function
H A DDwarfFile.h26 class DbgEntity; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h79 DbgEntity(const DINode *N, const DILocation *IA, DbgEntityKind ID) in DbgEntity() function
240 : DbgEntity(L, IA, DbgLabelKind), Sym(Sym) {} in DbgEntity() function
H A DDwarfFile.h25 class DbgEntity; variable