Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h433 DWARFAddressSpace(N->getDWARFAddressSpace()), Flags(N->getFlags()),
443 DWARFAddressSpace == RHS->getDWARFAddressSpace() &&
DAsmWriter.cpp1863 if (const auto &DWARFAddressSpace = N->getDWARFAddressSpace()) in writeDIDerivedType()
DVerifier.cpp940 if (N.getDWARFAddressSpace()) { in visitDIDerivedType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp829 if (DTy->getDWARFAddressSpace()) in constructTypeDIE()
831 DTy->getDWARFAddressSpace().getValue()); in constructTypeDIE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h796 getDWARFAddressSpace(), getFlags(), getExtraData()); in cloneImpl()
828 Optional<unsigned> getDWARFAddressSpace() const { return DWARFAddressSpace; } in getDWARFAddressSpace() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1570 if (const auto &DWARFAddressSpace = N->getDWARFAddressSpace()) in writeDIDerivedType()