Searched refs:SizeAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.cpp | 27 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getOpDescriptions() 188 case Operation::SizeAddr: in extract()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFExpression.h | 42 SizeAddr = 5, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5539 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceInitFunction() local 5542 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceInitFunction() 5605 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceCombFunction() local 5608 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceCombFunction() 5675 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceFiniFunction() local 5678 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceFiniFunction() 5842 Address SizeAddr = getAddrOfArtificialThreadPrivate( in emitTaskReductionFixups() local 5845 CGF.Builder.CreateStore(SizeVal, SizeAddr, /*IsVolatile=*/false); in emitTaskReductionFixups()
|