HomeSort by relevance Sort by last modified time
    Searched refs:computeFragmentSize (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/MC/
MCAssembler.h 205 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /external/llvm/lib/MC/
MCAssembler.cpp 245 uint64_t MCAssembler::computeFragmentSize(const MCAsmLayout &Layout,
329 F->Offset = Prev->Offset + getAssembler().computeFragmentSize(*this, *Prev);
364 uint64_t FSize = Assembler.computeFragmentSize(*this, *F);
426 uint64_t FragmentSize = Asm.computeFragmentSize(Layout, F);
MCFragment.cpp 179 return getFragmentOffset(&F) + getAssembler().computeFragmentSize(*this, F);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 216 uint64_t computeFragmentSize(const MCAsmLayout &Layout,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 700 auto Size = Asm.computeFragmentSize(Layout, J);

Completed in 980 milliseconds