Searched refs:SizeAddr (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 42 SizeAddr = 5, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 29 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getDescriptions() 155 case Operation::SizeAddr: in extract()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5480 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceInitFunction() local 5483 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceInitFunction() 5546 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceCombFunction() local 5549 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceCombFunction() 5618 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceFiniFunction() local 5621 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceFiniFunction() 5789 Address SizeAddr = getAddrOfArtificialThreadPrivate( in emitTaskReductionFixups() local 5792 CGF.Builder.CreateStore(SizeVal, SizeAddr, /*IsVolatile=*/false); in emitTaskReductionFixups()
|