Home
last modified time | relevance | path

Searched refs:Ptr64 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp530 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
539 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
541 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp625 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
634 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
636 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp659 const uint64_t *Ptr64 = Val.getRawData(); in addConstantValue() local
668 c = Ptr64[i / 8] >> (8 * (i & 7)); in addConstantValue()
670 c = Ptr64[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7)); in addConstantValue()
/external/clang/include/clang/Basic/
DAttr.td2123 def Ptr64 : TypeAttr {