Home
last modified time | relevance | path

Searched defs:Offset (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp74 uint32_t &Offset) { in ParseInteger()
82 uint32_t &Offset) { in ParseString()
90 uint32_t &Offset) { in IntegerAttribute()
96 uint32_t &Offset) { in StringAttribute()
120 uint32_t &Offset) { in CPU_arch()
134 uint32_t &Offset) { in CPU_arch_profile()
151 uint32_t &Offset) { in ARM_ISA_use()
161 uint32_t &Offset) { in THUMB_ISA_use()
171 uint32_t &Offset) { in FP_arch()
184 uint32_t &Offset) { in WMMX_arch()
[all …]
H A DARMWinEHPrinter.cpp97 uint64_t Offset = 0) { in formatSymbol()
220 uint64_t Offset) { in getRelocatedSymbol()
231 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx()
242 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx()
261 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx()
273 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx()
290 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx()
307 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx()
321 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx()
334 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L()
[all …]
H A DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset, in formatSymbol()
139 uint64_t Offset, in resolveRelocation()
162 uint64_t Offset, in printRuntimeFunctionEntry()
233 off_t Offset, const UnwindInfo &UI) { in printUnwindInfo()
284 uint64_t Offset; in printRuntimeFunction() local
/minix3/external/bsd/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split()
275 RopePieceBTreeNode *RopePieceBTreeLeaf::insert(unsigned Offset, in insert()
336 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase()
470 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split()
496 RopePieceBTreeNode *RopePieceBTreeInterior::insert(unsigned Offset, in insert()
565 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase()
626 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split()
639 RopePieceBTreeNode *RopePieceBTreeNode::insert(unsigned Offset, in insert()
649 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase()
739 void RopePieceBTree::insert(unsigned Offset, const RopePiece &R) { in insert()
[all …]
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOutputBuffer.h126 void fixhalf(unsigned short X, unsigned Offset) { in fixhalf()
131 void fixword(unsigned X, unsigned Offset) { in fixword()
138 void fixxword(uint64_t X, unsigned Offset) { in fixxword()
149 void fixaddr(uint64_t X, unsigned Offset) { in fixaddr()
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp29 FrameEntry(FrameKind K, uint64_t Offset, uint64_t Length) in FrameEntry()
55 uint64_t Offset; member in llvm::FrameEntry
97 void FrameEntry::parseInstructions(DataExtractor Data, uint32_t *Offset, in parseInstructions()
201 CIE(uint64_t Offset, uint64_t Length, uint8_t Version, in CIE()
248 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, in FDE()
290 uint32_t Offset, int Length) { in dumpDataAux()
301 uint32_t Offset = 0; in parse() local
H A DDWARFDebugLoc.cpp39 uint32_t Offset = 0; in parse() local
80 uint32_t Offset = 0; in parse() local
H A DDWARFAcceleratorTable.cpp18 uint32_t Offset = 0; in extract() local
78 uint32_t Offset = sizeof(Hdr) + Hdr.HeaderDataLength; in dump() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalAlias.h97 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { in getBaseObject()
100 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { in getBaseObject()
H A DStatepoint.h83 int Offset = 3; in call_args_begin() local
88 int Offset = 3 + numCallArgs(); in call_args_end() local
102 int Offset = 3 + numCallArgs() + 1 + numTotalVMSArgs(); in vm_state_end() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DMemoryBuffer.cpp176 uint64_t Offset) { in getFileSlice()
192 static uint64_t getLegalMapOffset(uint64_t Offset) { in getLegalMapOffset()
196 static uint64_t getLegalMapSize(uint64_t Len, uint64_t Offset) { in getLegalMapSize()
200 const char *getStart(uint64_t Len, uint64_t Offset) { in getStart()
206 uint64_t Offset, std::error_code &EC) in MemoryBufferMMapFile()
260 uint64_t Offset, bool RequiresNullTerminator, bool IsVolatileSize) { in getFileAux()
276 off_t Offset, in shouldUseMmap()
331 uint64_t MapSize, int64_t Offset, bool RequiresNullTerminator, in getOpenFileImpl()
416 int64_t Offset) { in getOpenFileSlice()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp43 void DwarfExpression::AddRegIndirect(int DwarfReg, int Offset, bool Deref) { in AddRegIndirect()
76 bool DwarfExpression::AddMachineRegIndirect(unsigned MachineReg, int Offset) { in AddMachineRegIndirect()
143 unsigned Offset = TRI->getSubRegIdxOffset(Idx); in AddMachineRegPiece() local
219 unsigned Offset = Expr.getElement(1); in AddMachineRegExpression() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp64 unsigned Reg, unsigned FrameReg, int Offset ) { in InsertFPImmInst()
96 int Offset, RegScavenger *RS ) { in InsertFPConstInst()
131 unsigned Reg, int Offset) { in InsertSPImmInst()
164 unsigned Reg, int Offset, RegScavenger *RS ) { in InsertSPConstInst()
274 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex); in eliminateFrameIndex() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp55 FrameRef(MachineBasicBlock::iterator I, int64_t Offset, int Idx) : in FrameRef()
135 int FrameIdx, int64_t &Offset, in AdjustStackOffset()
170 bool StackGrowsDown, int64_t &Offset, in AssignProtectedObjSet()
190 int64_t Offset = 0; in calculateFrameObjectOffsets() local
262 int64_t Offset = FrameSizeAdjust + LocalFrameOffset - BaseOffset; in lookupCandidateBaseReg() local
355 int64_t Offset = 0; in insertFrameReferenceRegisters() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.h104 void reserveStackSlot(int Offset) { in reserveStackSlot()
111 bool isStackSlotAllocated(int Offset) { in isStackSlotAllocated()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp685 SDValue Offset, Base; in SelectLoad() local
866 SDValue Addr, Offset, Base; in SelectLoadVector() local
1280 SDValue Base, Offset, Addr; in SelectLDGLDU() local
2055 SDValue Offset, Base; in SelectStore() local
2235 SDValue Addr, Offset, Base; in SelectStoreVector() local
2610 SDValue Offset = Node->getOperand(2); in SelectLoadParam() local
2740 SDValue Offset = N->getOperand(1); in SelectStoreRetval() local
2865 SDValue Offset = N->getOperand(2); in SelectStoreParam() local
4974 SDNode *OpNode, SDValue Addr, SDValue &Base, SDValue &Offset, MVT mvt) { in SelectADDRsi_imp()
4989 SDValue &Base, SDValue &Offset) { in SelectADDRsi()
[all …]
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExternalASTSource.cpp25 void ExternalASTSource::FindFileRegionDecls(FileID File, unsigned Offset, in FindFileRegionDecls()
65 Stmt *ExternalASTSource::GetExternalDeclStmt(uint64_t Offset) { in GetExternalDeclStmt()
70 ExternalASTSource::GetExternalCXXBaseSpecifiers(uint64_t Offset) { in GetExternalCXXBaseSpecifiers()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFDebugAbbrev.h21 uint32_t Offset; variable
H A DDWARFDebugLoc.h36 unsigned Offset; member
67 unsigned Offset; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp50 int64_t Offset) {} in emitSetFP()
51 void ARMTargetStreamer::emitMovSP(unsigned Reg, int64_t Offset) {} in emitMovSP()
52 void ARMTargetStreamer::emitPad(int64_t Offset) {} in emitPad()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandPredSpillCode.cpp94 int Offset = MI->getOperand(1).getImm(); in runOnMachineFunction() local
143 int Offset = MI->getOperand(2).getImm(); in runOnMachineFunction() local
H A DHexagonISelDAGToDAG.cpp365 static bool OffsetFitsS11(EVT MemType, int64_t Offset) { in OffsetFitsS11()
396 int64_t Offset = cast<GlobalAddressSDNode>(Base)->getOffset(); in SelectBaseOffsetLoad() local
440 SDValue Offset = LD->getOffset(); in SelectIndexedLoadSignExtend64() local
507 SDValue Offset = LD->getOffset(); in SelectIndexedLoadZeroExtend64() local
583 SDValue Offset = LD->getOffset(); in SelectIndexedLoad() local
695 SDValue Offset = ST->getOffset(); in SelectIndexedStore() local
779 int64_t Offset = cast<GlobalAddressSDNode>(Base)->getOffset(); in SelectBaseOffsetStore() local
1398 SDValue &Offset) { in SelectADDRri()
1415 SDValue &Offset) { in SelectADDRriS11_0()
1432 SDValue &Offset) { in SelectADDRriS11_1()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1077 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeMem() local
1100 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeCacheOp() local
1117 int Offset = SignExtend32<12>(Insn & 0xfff); in DecodeCacheOpMM() local
1134 int Offset = fieldFromInstruction(Insn, 7, 9); in DecodeCacheOpR6() local
1151 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeSyncI() local
1164 int Offset = SignExtend32<10>(fieldFromInstruction(Insn, 16, 10)); in DecodeMSA128Mem() local
1212 unsigned Offset = Insn & 0xf; in DecodeMemMMImm4() local
1264 unsigned Offset = Insn & 0x1F; in DecodeMemMMSPImm5Lsl2() local
1280 int Offset = SignExtend32<12>(Insn & 0x0fff); in DecodeMemMMImm12() local
1315 int Offset = SignExtend32<16>(Insn & 0xffff); in DecodeMemMMImm16() local
[all …]
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-vtabledump/
H A Dllvm-vtabledump.cpp102 uint64_t Offset; in collectRelocatedSymbols() local
128 uint64_t Offset; in collectRelocationOffsets() local
302 uint64_t Offset = VFTableEntry.first.second; in dumpVTables() local
309 for (little32_t Offset : VBTable.second) { in dumpVTables() local
334 uint64_t Offset = BCAEntry.first.second; in dumpVTables() local
381 uint64_t Offset = VTableSymI->first.second; in dumpVTables() local
391 uint64_t Offset = VTableDataI->first.second; in dumpVTables() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrBuilder.h37 int64_t Offset = 0; in addFrameReference() local

12345678910>>...16