/external/llvm/test/MC/ARM/ |
eh-directive-text-section-multiple-func.s | 36 @ CHECK: SectionData ( 48 @ CHECK: SectionData (
|
eh-directive-section.s | 53 @ CHECK: SectionData ( 63 @ CHECK: SectionData ( 88 @ CHECK: SectionData ( 104 @ CHECK: SectionData ( 114 @ CHECK: SectionData ( 139 @ CHECK: SectionData (
|
eh-directive-save.s | 94 @ CHECK: SectionData ( 151 @ CHECK: SectionData ( 207 @ CHECK: SectionData ( 293 @ CHECK: SectionData ( 339 @ CHECK: SectionData (
|
eh-directive-setfp.s | 47 @ CHECK: SectionData ( 90 @ CHECK: SectionData ( 133 @ CHECK: SectionData ( 177 @ CHECK: SectionData ( 235 @ CHECK: SectionData (
|
eh-directive-text-section.s | 39 @ CHECK: SectionData ( 68 @ CHECK: SectionData (
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 39 class SectionData; 134 virtual bool readSection(Input& pInput, SectionData& pSD)
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.h | 81 /// Backend can put the data of the tables in SectionData directly 127 bool readSection(Input& pInput, SectionData& pSD);
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsLDBackend.h | 72 /// Backend can put the data of the tables in SectionData directly 91 bool readSection(Input& pInput, SectionData& pSD);
|
/external/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 149 void DefineSection(MCSectionData const &SectionData); 341 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { 342 assert(SectionData.getSection().getVariant() == MCSection::SV_COFF 346 static_cast<MCSectionCOFF const &>(SectionData.getSection()); 372 switch (SectionData.getAlignment()) { 392 coff_section->MCData = &SectionData; 393 SectionMap[&SectionData.getSection()] = coff_section; 714 MCSectionData const *SectionData = Fragment->getParent(); 717 assert(SectionMap.find(&SectionData->getSection()) != SectionMap.end() && 722 COFFSection *coff_section = SectionMap[&SectionData->getSection()] [all...] |
MachObjectWriter.cpp | 476 cast<MCSectionMachO>(it->SectionData->getSection()); 492 cast<MCSectionMachO>(it->SectionData->getSection()); 498 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex)); 508 cast<MCSectionMachO>(it->SectionData->getSection()); 515 IndirectSymBase.insert(std::make_pair(it->SectionData, IndirectIndex)); [all...] |
/external/aac/libAACenc/src/ |
qc_main.cpp | [all...] |
/external/llvm/test/Object/ |
obj2yaml.test | 14 COFF-I386-NEXT: SectionData: 83EC0CC744240800000000C7042400000000E800000000E8000000008B44240883C40CC3 32 COFF-I386-NEXT: SectionData: 48656C6C6F20576F726C642100 97 COFF-X86-64-NEXT: SectionData: 4883EC28C744242400000000488D0D00000000E800000000E8000000008B4424244883C428C3 115 COFF-X86-64-NEXT: SectionData: 48656C6C6F20576F726C642100 120 COFF-X86-64-NEXT: SectionData: '0000000000000000'
|
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectWriter.cpp | 24 #include <mcld/LD/SectionData.h> 394 const SectionData* sd = NULL; 461 assert(NULL != sect_data && "SectionData is NULL in emitRelocation!"); 667 void ELFObjectWriter::emitSectionData(const SectionData& pSD, 670 SectionData::const_iterator fragIter, fragEnd = pSD.end();
|
/external/llvm/tools/yaml2obj/ |
yaml2coff.cpp | 133 if (i->SectionData.binary_size() > 0) { 134 i->Header.SizeOfRawData = i->SectionData.binary_size(); 263 i->SectionData.writeAsBinary(OS);
|
/external/llvm/lib/Object/ |
COFFYAML.cpp | 384 IO.mapRequired("SectionData", Sec.SectionData);
|
/external/llvm/tools/llvm-readobj/ |
MachODumper.cpp | 268 if (opts::SectionData) { 273 W.printBinaryBlock("SectionData", Data);
|
llvm-readobj.cpp | 79 cl::opt<bool> SectionData("section-data", 83 cl::aliasopt(SectionData));
|
/frameworks/compile/mclinker/lib/Core/ |
Linker.cpp | 25 #include <mcld/LD/SectionData.h> 319 SectionData::Clear();
|
/external/elfutils/0.153/libdw/ |
dwarf_end.c | 93 free (dwarf->sectiondata[i]);
|
dwarf_formref_die.c | 108 data = cu->dbg->sectiondata[IDX_debug_types];
|
dwarf_getmacros.c | 71 Elf_Data *d = die->cu->dbg->sectiondata[IDX_debug_macinfo];
|
dwarf_offdie.c | 67 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types
|
/external/llvm/include/llvm/Object/ |
COFFYAML.h | 52 yaml::BinaryRef SectionData;
|
/external/llvm/test/MC/AArch64/ |
arm64-leaf-compact-unwind.s | 31 // CHECK-NEXT: SectionData (
|
/external/llvm/test/MC/COFF/ |
basic-coff-64.s | 78 // CHECK: SectionData (
|