HomeSort by relevance Sort by last modified time
    Searched refs:Sec (Results 26 - 38 of 38) sorted by null

12

  /external/llvm/include/llvm/MC/
MCContext.h 387 addGenDwarfSection(const MCSection *Sec) {
389 std::make_pair(Sec, std::make_pair(nullptr, nullptr)));
MCDwarf.h 161 void addLineEntry(const MCLineEntry &LineEntry, const MCSection *Sec) {
162 MCLineDivisions[Sec].push_back(LineEntry);
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 328 section_iterator Sec = MachO->section_end();
329 MachO->getSymbolSection(I->Symb, Sec);
330 DataRefImpl Ref = Sec->getRawDataRefImpl();
621 section_iterator Sec = Obj.section_end();
622 Obj.getSymbolSection(Symb, Sec);
623 DataRefImpl Ref = Sec->getRawDataRefImpl();
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 536 const MCSection *Sec = Fixup.getValue()->FindAssociatedSection();
537 const MCSectionELF *SecELF = static_cast<const MCSectionELF *>(Sec);
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_program_debug.spec 281 Get Value Type Get Command Value Description Sec. Attribute
  /external/mesa3d/docs/OLD/
MESA_program_debug.spec 281 Get Value Type Get Command Value Description Sec. Attribute
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 62 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr);
89 void updateSectionAddress(const SectionRef &Sec, uint64_t Addr) override {
91 ->updateSectionAddress(Sec, Addr);
128 void DyldELFObject<ELFT>::updateSectionAddress(const SectionRef &Sec,
130 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 462 sizeof(ELF::Elf32_Ehdr))); // e_shoff = sec hdr table off in bytes
760 auto &Sec = cast<MCSectionELF>(Sym.getSection());
761 unsigned Flags = Sec.getFlags();
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 716 Get Value Type Get Command Value Description Sec. Attribute
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 716 Get Value Type Get Command Value Description Sec. Attribute
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 354 const MCSymbol *Sec) {
358 U.addSectionDelta(D, A, L, Sec);
    [all...]
  /external/iproute2/doc/
ip-cref.tex 190 (Sec.\ref{IP-LINK}, p.\pageref{IP-LINK}),
477 \verb|ip maddr ls| in~Sec.\ref{IP-MADDR} (p.\pageref{IP-MADDR} of this
672 may be found in sec.\ref{IP-ADDR-FLUSH}, p.\pageref{IP-ADDR-FLUSH}.
733 valid_lft forever preferred_lft 604746sec
743 additional address attributes: scope value (see Sec.\ref{IP-ADDR-ADD},
    [all...]
  /external/chromium_org/third_party/sinonjs/src/
sinon.js     [all...]

Completed in 285 milliseconds

12