/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A 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()
|
H A D | DWARFListTable.cpp | 95 auto Off = *getOffsetEntry(Data, I); in dump() local
|
H A D | DWARFContext.cpp | 419 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump() local 423 if (const auto *Off = in dump() local 430 if (const auto *Off = in dump() local 438 if (const auto *Off = in dump() local 456 if (const Optional<uint64_t> *Off = in dump() local 465 if (const Optional<uint64_t> *Off = in dump() local 547 if (const auto *Off = shouldDump(Explicit, ".debug_line", DIDT_ID_DebugLine, in dump() local 555 if (const auto *Off = in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ARMWinEHPrinter.cpp | 582 uint32_t Off = (OC[Offset] & 0x1F) << 3; in opcode_save_r19r20_x() local 595 uint32_t Off = (OC[Offset] & 0x3F) << 3; in opcode_save_fplr() local 605 uint32_t Off = ((OC[Offset] & 0x3F) + 1) << 3; in opcode_save_fplr_x() local 635 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_regp() local 650 uint32_t Off = ((OC[Offset + 1] & 0x3F) + 1) << 3; in opcode_save_regp_x() local 671 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_reg() local 686 uint32_t Off = ((OC[Offset + 1] & 0x1F) + 1) << 3; in opcode_save_reg_x() local 704 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_lrpair() local 719 uint32_t Off = (OC[Offset + 1] & 0x3F) << 3; in opcode_save_fregp() local 734 uint32_t Off = ((OC[Offset + 1] & 0x3F) + 1) << 3; in opcode_save_fregp_x() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Reproducer.h | 23 Off, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumGlobals.cpp | 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals() local
|
H A D | GlobalsStream.cpp | 75 uint32_t Off = PSH.Off - 1; in findRecordsByName() local
|
H A D | DbiModuleList.cpp | 123 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 120 unsigned Off = Func->hasRVO() ? primSize(PT_Ptr) : 0; in describe() local 161 Pointer InterpFrame::getParamPointer(unsigned Off) { in getParamPointer()
|
H A 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
|
H A D | Pointer.h | 61 unsigned Off = Idx * elemSize(); in atIndex() local 70 Pointer atField(unsigned Off) const { in atField()
|
H A D | Interp.h | 517 inline bool GetPtrField(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrField() 529 inline bool GetPtrThisField(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrThisField() 539 inline bool GetPtrActiveField(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrActiveField() 552 inline bool GetPtrActiveThisField(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrActiveThisField() 565 inline bool GetPtrBase(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrBase() 573 inline bool GetPtrThisBase(InterpState &S, CodePtr OpPC, uint32_t Off) { in GetPtrThisBase()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeHashing.cpp | 40 uint32_t Off = 0; in hashType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.h | 39 uint32_t Off = this->I->Off; variable
|
H A D | RawTypes.h | 20 support::ulittle32_t Off; member 41 support::ulittle32_t Off; // Offset in the symbol record stream member 49 support::little32_t Off; member 279 support::little32_t Off; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 183 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
H A D | BinaryStreamReader.h | 254 void setOffset(uint32_t Off) { Offset = Off; } in setOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetObjectFile.cpp | 51 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 193 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGAddressAnalysis.h | 62 int64_t Off; in equalBaseIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 111 const MCExpr *Off = nullptr; in tryAddingSymbolicOperand() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 570 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local 589 Value *Off = IRB.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local 624 Value *Off = IRBUser.CreateGEP(Int8Ty, BasePointer, // BasePointer is i8* in moveStaticAllocasToUnsafeStack() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 226 ConstantInt *Off = ConstantInt::get(Type::getInt64Ty(Context), Offset); in createTBAAScalarTypeNode() local 236 ConstantInt *Off = ConstantInt::get(Int64, Offset); in createTBAAStructTagNode() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 55 uint32_t containsOffset(uint32_t Off) const { in containsOffset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 226 auto Off = C->getSExtValue(); in matchLSNode() local
|