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

  /external/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAssembler.h 390 MCLOHContainer &getLOHContainer() { return LOHContainer; }
391 const MCLOHContainer &getLOHContainer() const {
392 return const_cast<MCAssembler *>(this)->getLOHContainer();
  /external/llvm/lib/Target/AArch64/
AArch64MachineFunctionInfo.h 183 const MILOHContainer &getLOHContainer() const { return LOHContainerSet; }
AArch64AsmPrinter.cpp 143 for (const auto &D : AArch64FI->getLOHContainer()) {
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 117 getAssembler().getLOHContainer().addDirective(Kind, Args);
MachObjectWriter.cpp 742 uint64_t LOHRawSize = Asm.getLOHContainer().getEmitSize(*this, Layout);
    [all...]
MCAssembler.cpp 99 getLOHContainer().reset();

Completed in 313 milliseconds