Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h88 void setDWOId(uint64_t Id) { in setDWOId() function
450 void setDWOId(uint64_t NewID) { Header.setDWOId(NewID); } in setDWOId() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h304 void setDWOId(uint64_t DwoId) { DWOId = DwoId; } in setDWOId() function
DDwarfDebug.cpp784 TheCU.setDWOId(ID); in finalizeModuleInfo()
785 SkCU->setDWOId(ID); in finalizeModuleInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp276 Header.setDWOId(*DWOId); in extractDIEsIfNeeded()
DDWARFContext.cpp604 DWOCU->setDWOId(*DWOId); in getDWOCompileUnitForHash()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1098 void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1292 void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3712 TheCU->setDWOId(Signature); in setDwoId()