Searched refs:SizeAddr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 31 Descriptions[DW_OP_addr] = Desc(Op::Dwarf2, Op::SizeAddr); in getDescriptions() 152 case Operation::SizeAddr: in extract()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 42 SizeAddr = 5, enumerator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5884 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceInitFunction() local 5887 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceInitFunction() 5958 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceCombFunction() local 5961 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceCombFunction() 6031 Address SizeAddr = CGM.getOpenMPRuntime().getAddrOfArtificialThreadPrivate( in emitReduceFiniFunction() local 6034 Size = CGF.EmitLoadOfScalar(SizeAddr, /*Volatile=*/false, in emitReduceFiniFunction() 6160 Address SizeAddr = getAddrOfArtificialThreadPrivate( in emitTaskReductionFixups() local 6163 CGF.Builder.CreateStore(SizeVal, SizeAddr, /*IsVolatile=*/false); in emitTaskReductionFixups()
|