HomeSort by relevance Sort by last modified time
    Searched refs:getSection (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /external/llvm/lib/MC/
MCWin64EH.cpp 223 const MCSection *section = &func->getSection();
  /external/llvm/lib/Object/
IRObjectFile.cpp 244 if (Var->getSection() == StringRef("llvm.metadata"))
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 368 Asm.getSectionData(SD->getSymbol().getSection());
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 151 if (std::error_code EC = Symbol.getSection(SI))
COFFDumper.cpp 727 if (std::error_code EC = Obj->getSection(Symbol->SectionNumber, Section)) {
814 if ((EC = Obj->getSection(Aux->Number, Assoc)) ||
    [all...]
ARMEHABIPrinter.h 383 return ELF->getSection(Symbol.second);
  /frameworks/compile/mclinker/lib/LD/
EhFrameReader.cpp 126 LDSection& section = pEhFrame.getSection();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 91 (*i).getSection(symSec);
468 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
501 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl());
RuntimeDyld.cpp 88 if (std::error_code EC = Sym.getSection(SecI))
164 Check(I->getSection(SI));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 470 input_sym->fragRef()->frag()->getParent()->getSection();
691 pReloc.targetRef().frag()->getParent()->getSection().flag())) {
730 LDSection &target_sect = target_frag->getParent()->getSection();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 317 protected int getSection(TimerObj timerObj) {
331 int section1 = getSection(o1);
332 int section2 = getSection(o2);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 203 Section section = mMasterPart.getSection();
294 Section section = mMasterPart.getSection();
419 createSectionActions(mMasterPart.getSection(), mManagedForm.getToolkit());
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 851 pReloc.targetRef().frag()->getParent()->getSection().flag())) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 582 unsigned &Entry = SectionMap[GV.getSection()];
584 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV.getSection(),
594 unsigned &Entry = SectionMap[F.getSection()];
596 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F.getSection(),
653 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
683 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 445 unsigned &Entry = SectionMap[GV->getSection()];
447 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(),
455 unsigned &Entry = SectionMap[F->getSection()];
457 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(),
515 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
540 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 399 unsigned &Entry = SectionMap[GV->getSection()];
401 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(),
409 unsigned &Entry = SectionMap[F->getSection()];
411 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(),
469 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
494 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 414 unsigned &Entry = SectionMap[GV->getSection()];
416 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, GV->getSection(),
426 unsigned &Entry = SectionMap[F->getSection()];
428 WriteStringRecord(bitc::MODULE_CODE_SECTIONNAME, F->getSection(),
486 Vals.push_back(GV->hasSection() ? SectionMap[GV->getSection()] : 0);
512 Vals.push_back(F->hasSection() ? SectionMap[F->getSection()] : 0);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 169 const MCSection *getSection() const {
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 167 if (std::error_code EC = Sym.getSection(iter))
  /external/llvm/tools/llvm-size/
llvm-size.cpp 168 MachO::section Sec = MachO->getSection(Load, J);
235 MachO::section Sec = MachO->getSection(Load, J);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 810 pReloc.parent().targetRef().frag()->getParent()->getSection();
1020 pReloc.parent().targetRef().frag()->getParent()->getSection();
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 186 private String getSection(CharSequence label) {
484 r.section = getSection(r.label);
  /external/llvm/include/llvm/Object/
COFF.h 451 std::error_code getSection(int32_t index, const coff_section *&Res) const;
  /external/llvm/lib/LTO/
LTOModule.cpp 312 std::string Section = v->getSection();
  /external/llvm/tools/macho-dump/
macho-dump.cpp 136 MachO::section Sect = Obj.getSection(LCI, i);

Completed in 1310 milliseconds

1 2 34 5 6