| /external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDataExtractor.cpp | 15 DWARFDataExtractor::getInitialLength(uint64_t *Off, Error *Err) const { in getInitialLength() 46 uint64_t DWARFDataExtractor::getRelocatedValue(uint32_t Size, uint64_t *Off, in getRelocatedValue()
|
| D | DWARFListTable.cpp | 95 auto Off = *getOffsetEntry(Data, I); in dump() local
|
| /external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
| D | RawTypes.h | 20 support::ulittle32_t Off; member 27 support::ulittle32_t Off; // Offset in the symbol record stream member 35 support::little32_t Off; member
|
| /external/llvm-project/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 538 uint32_t Off = (OC[Offset] & 0x1F) << 3; in opcode_save_r19r20_x() local 551 uint32_t Off = (OC[Offset] & 0x3F) << 3; in opcode_save_fplr() local 561 uint32_t Off = ((OC[Offset] & 0x3F) + 1) << 3; in opcode_save_fplr_x() local 591 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_regp() local 606 uint32_t Off = ((OC[Offset + 1] & 0x3F) + 1) << 3; in opcode_save_regp_x() local 627 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_reg() local 642 uint32_t Off = ((OC[Offset + 1] & 0x1F) + 1) << 3; in opcode_save_reg_x() local 660 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_lrpair() local 675 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_fregp() local 690 uint32_t Off = ((OC[Offset + 1] & 0x3F) + 1) << 3; in opcode_save_fregp_x() local [all …]
|
| /external/grpc-grpc/src/csharp/Grpc.Core/Logging/ |
| D | LogLevel.cs | 46 Off = int.MaxValue enumerator
|
| /external/llvm-project/llvm/tools/dsymutil/ |
| D | Reproducer.h | 23 Off, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFListTable.cpp | 102 for (const auto &Off : Offsets) { in dump() local
|
| D | DWARFDataExtractor.cpp | 15 uint64_t DWARFDataExtractor::getRelocatedValue(uint32_t Size, uint64_t *Off, in getRelocatedValue()
|
| /external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeEnumGlobals.cpp | 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeEnumGlobals.cpp | 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals() local
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | InterpFrame.cpp | 120 unsigned Off = Func->hasRVO() ? primSize(PT_Ptr) : 0; in describe() local 161 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
|
| D | ByteCodeStmtGen.cpp | 238 auto Off = this->allocateLocalPrimitive(VD, *T, DT.isConstQualified()); in visitVarDecl() local 249 if (auto Off = this->allocateLocal(VD)) { in visitVarDecl() local
|
| D | Pointer.h | 61 unsigned Off = Idx * elemSize(); in atIndex() local 70 Pointer atField(unsigned Off) const { in atField()
|
| /external/google-breakpad/src/common/linux/ |
| D | elfutils.h | 54 typedef Elf32_Off Off; typedef 72 typedef Elf64_Off Off; typedef
|
| /external/llvm/lib/IR/ |
| D | MDBuilder.cpp | 159 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() local 169 ConstantInt *Off = ConstantInt::get(Int64, Offset); in createTBAAStructTagNode() local
|
| /external/llvm/include/llvm/DebugInfo/CodeView/ |
| D | StreamWriter.h | 74 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeHashing.cpp | 40 uint32_t Off = 0; in hashType() local
|
| /external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeHashing.cpp | 40 uint32_t Off = 0; in hashType() local
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | GlobalsStream.h | 39 uint32_t Off = this->I->Off; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | GlobalsStream.h | 39 uint32_t Off = this->I->Off; variable
|
| /external/llvm-project/llvm/lib/Target/X86/ |
| D | X86TargetObjectFile.cpp | 51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() local
|
| /external/llvm-project/llvm/include/llvm/Support/ |
| D | BinaryStreamWriter.h | 183 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | BinaryStreamWriter.h | 183 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
| /external/arm-optimized-routines/math/ |
| D | v_logf.c | 29 #define Off v_u32 (0x3f2aaaab) /* 0.666667 */ macro
|
| /external/llvm-project/libc/AOR_v20.02/math/ |
| D | v_logf.c | 30 #define Off v_u32 (0x3f2aaaab) /* 0.666667 */ macro
|