HomeSort by relevance Sort by last modified time
    Searched refs:SectionData (Results 126 - 149 of 149) sorted by null

1 2 3 4 56

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 81 cl::opt<bool> SectionData("section-data",
85 cl::aliasopt(SectionData));
MachODumper.cpp 486 if (opts::SectionData) {
492 W.printBinaryBlock("SectionData", Data);
COFFDumper.cpp 789 if (opts::SectionData &&
794 W.printBinaryBlock("SectionData", Data);
    [all...]
ELFDumper.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 372 SectionData* text_data = builder.CreateSectionData(*text);
414 SectionData* attr_data = builder.CreateSectionData(*attr);
  /external/llvm/include/llvm/Object/
COFFYAML.h 58 yaml::BinaryRef SectionData;
  /external/llvm/test/MC/ARM/
eh-directive-section-comdat.s 51 @ CHECK: SectionData (
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 20 #include "mcld/LD/SectionData.h"
308 SectionData::Clear();
  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 14 #include "mcld/LD/SectionData.h"
45 const SectionData* sect_data = pInputAttrSectHdr.getSectionData();
GNULDBackend.cpp 382 // TODO: add SectionData for .dynamic section, and then we can get the correct
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.cpp 503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {
538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {
MipsAbiFlags.cpp 13 #include "mcld/LD/SectionData.h"
58 const SectionData* secData = pSection.getSectionData();
MipsRelocator.cpp 492 // Get or create corresponding BSS SectionData
493 SectionData* bssData = bssSectHdr->hasSectionData()
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 281 SectionData::FragmentListType& frag_list =
298 SectionData::iterator cur_iter(exist_cie);
X86Relocator.cpp 213 // get or create corresponding BSS SectionData
215 SectionData* bss_section = NULL;
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 113 ArrayRef<uint8_t> sectionData;
115 Obj.getSectionContents(COFFSection, sectionData);
116 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 636 StringRef *SectionData =
667 if (SectionData) {
668 *SectionData = data;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 28 #include "mcld/LD/SectionData.h"
383 const SectionData* sd = NULL;
452 assert(sect_data != NULL && "SectionData is NULL in emitRelocation!");
649 void ELFObjectWriter::emitSectionData(const SectionData& pSD,
651 SectionData::const_iterator fragIter, fragEnd = pSD.end();
IdenticalCodeFolding.cpp 19 #include "mcld/LD/SectionData.h"
218 SectionData::const_iterator frag, fragEnd = sect->getSectionData()->end();
ELFReader.cpp 15 #include "mcld/LD/SectionData.h"
55 SectionData& pSD) const {
555 SectionData& pSD) const {
    [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 491 IO.mapRequired("SectionData", Sec.SectionData);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 116 // get or create corresponding BSS SectionData
117 SectionData* bss_data = NULL;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 418 // get or create corresponding BSS SectionData
420 SectionData* bss_section = NULL;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 347 // get or create corresponding BSS SectionData
348 SectionData* bss_data = NULL;
    [all...]

Completed in 3935 milliseconds

1 2 3 4 56