Home
last modified time | relevance | path

Searched refs:OffsetToAlignment (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp88 return OffsetToAlignment(Offset, AlignAmt); in runOnMachineFunction()
92 return AlignAmt + OffsetToAlignment(Offset, AlignAmt); in runOnMachineFunction()
/external/llvm/tools/llvm-cov/
DTestingSupport.cpp87 for (unsigned Pad = OffsetToAlignment(OS.tell(), 8); Pad; --Pad) in convertForTestingMain()
/external/llvm/lib/MC/
DMachObjectWriter.cpp116 return OffsetToAlignment(EndAddr, NextSec.getAlignment()); in getPaddingSize()
430 writeBytes("", OffsetToAlignment(BytesWritten, is64Bit() ? 8 : 4)); in writeLinkerOptionsLoadCommand()
789 unsigned SectionDataPadding = OffsetToAlignment(SectionDataFileSize, 4); in writeObject()
943 writeBytes("", OffsetToAlignment(LOHRawSize, is64Bit() ? 8 : 4)); in writeObject()
DMCAssembler.cpp266 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment()); in computeFragmentSize()
DELFObjectWriter.cpp240 uint64_t Padding = OffsetToAlignment(getStream().tell(), Alignment); in align()
/external/llvm/lib/Target/Mips/
DMipsSERegisterInfo.cpp174 OffsetToAlignment(Offset, OffsetAlign) != 0)) { in eliminateFI()
DMipsConstantIslandPass.cpp973 Growth += OffsetToAlignment(CPEEnd, 1ULL << NextBlockAlignment); in isWaterInRange()
/external/llvm/lib/Object/
DArchiveWriter.cpp143 unsigned Pad = OffsetToAlignment(PosAfterHeader, 8); in printBSDMemberHeader()
300 unsigned Pad = OffsetToAlignment(Out.tell(), 4); in writeSymbolTable()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMathExtras.h435 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) { in OffsetToAlignment() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMachObjectWriter.cpp107 return OffsetToAlignment(EndAddr, NextSD.getAlignment()); in getPaddingSize()
677 unsigned SectionDataPadding = OffsetToAlignment(SectionDataFileSize, 4); in WriteObject()
DELFObjectWriter.cpp1059 uint64_t Padding = OffsetToAlignment(FileOff, SD.getAlignment()); in WriteDataSectionData()
1230 uint64_t Padding = OffsetToAlignment(FileOff, NaturalAlignment); in WriteObject()
DMCAssembler.cpp331 unsigned Size = OffsetToAlignment(Offset, AF.getAlignment()); in ComputeFragmentSize()
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h211 uint64_t N = llvm::OffsetToAlignment(TableOff, alignOf<offset_type>()); in Emit()
DMathExtras.h657 inline uint64_t OffsetToAlignment(uint64_t Value, uint64_t Align) {
/external/clang/lib/Frontend/
DCacheTokens.cpp298 for (uint64_t N = llvm::OffsetToAlignment(TokenOff, 4); N; --N, ++TokenOff) in LexTokens()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp627 uint64_t AlignOffset = OffsetToAlignment((uint64_t)Addr, Align); in emitCommonSymbols()
/external/clang/lib/AST/
DDeclBase.cpp84 llvm::OffsetToAlignment(sizeof(Module *), in operator new()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1541 if (OffsetToAlignment(Offset.getImm(), in processInstruction()
1571 if (OffsetToAlignment(Offset.getImm(), in processInstruction()
1585 if (OffsetToAlignment(Offset.getImm(), 2LL)) in processInstruction()
2565 if (OffsetToAlignment(Offset.getImm(), 1LL << 1)) in expandUncondBranchMMPseudo()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1648 OffsetToAlignment(sizeof(int32_t) + ContentSize, TupleSize); in emitDebugARanges()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1123 Growth += OffsetToAlignment(CPEEnd, 1ULL << NextBlockAlignment); in isWaterInRange()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp786 unsigned Padding = OffsetToAlignment(HeaderSize, TupleSize); in emitUnitRangesEntries()