Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h89 void setDWOId(uint64_t Id) { in setDWOId() function
415 void setDWOId(uint64_t NewID) { Header.setDWOId(NewID); } in setDWOId() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h359 void setDWOId(uint64_t DwoId) { DWOId = DwoId; } in setDWOId() function
DDwarfDebug.cpp1124 TheCU.setDWOId(ID); in finalizeModuleInfo()
1125 SkCU->setDWOId(ID); in finalizeModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp457 Header.setDWOId(*DWOId); in tryExtractDIEsIfNeeded()
DDWARFContext.cpp666 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1277 void setDWOId(uint64_t DwoId) { DWOId = DwoId; } in setDWOId() function