/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const { in toSec() 73 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p); in toSec() 82 assert(offset % sizeof(coff_section) == 0 && in toSec() 121 const coff_section *Section = NULL; in getSymbolOffset() 139 const coff_section *Section = NULL; in getSymbolAddress() 191 const coff_section *Section = NULL; in getSymbolSize() 224 const coff_section *Section = NULL; in getSymbolNMTypeChar() 280 const coff_section *sec = toSec(Sec); in getSectionNext() 289 const coff_section *sec = toSec(Sec); in getSectionName() 312 const coff_section *sec = toSec(Sec); in getSectionAddress() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 20 struct coff_section; 29 typedef std::error_code (*SymbolResolver)(const object::coff_section *, 45 const object::coff_section *Section, 49 void printUnwindInfo(const Context &Ctx, const object::coff_section *Section, 52 const object::coff_section *Section,
|
D | Win64EHDumper.cpp | 116 const coff_section *Section, uint64_t Offset, in formatSymbol() 142 const coff_section *Section, in resolveRelocation() 144 const coff_section *&ResolvedSection, in resolveRelocation() 166 const coff_section *Section, in printRuntimeFunctionEntry() 237 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo() 282 const coff_section *Section, in printRuntimeFunction() 288 const coff_section *XData; in printRuntimeFunction() 313 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); in printData()
|
D | COFFDumper.cpp | 112 void printRelocatedField(StringRef Label, const coff_section *Sec, 124 std::error_code resolveSymbol(const coff_section *Section, uint64_t Offset, 126 std::error_code resolveSymbolName(const coff_section *Section, 128 std::error_code resolveSymbolName(const coff_section *Section, 136 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 181 const coff_section *Sec; 204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField() [all …]
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec() 125 assert(Offset % sizeof(coff_section) == 0 && in toSec() 169 const coff_section *Section = nullptr; in getSymbolAddress() 242 const coff_section *Sec = nullptr; in getSymbolSection() 256 const coff_section *Sec = toSec(Ref); in moveSectionNext() 263 const coff_section *Sec = toSec(Ref); in getSectionName() 268 const coff_section *Sec = toSec(Ref); in getSectionAddress() 283 const coff_section *Sec = toSec(Ref); in getSectionContents() 291 const coff_section *Sec = toSec(Ref); in getSectionAlignment() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | COFF.h | 57 struct coff_section { struct 79 const coff_section *SectionTable; argument 85 const coff_section *&Res) const; 91 const coff_section *toSec(DataRefImpl Sec) const;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | DbiStream.h | 28 struct coff_section; 99 codeview::FixedStreamArray<object::coff_section> getSectionHeaders(); 139 codeview::FixedStreamArray<object::coff_section> SectionHeaders;
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 371 COFFSection *coff_section = createSection(Sec.getSectionName()); in DefineSection() local 374 coff_section->Symbol = coff_symbol; in DefineSection() 375 coff_symbol->Section = coff_section; in DefineSection() 384 coff_section->Header.Characteristics = Sec.getCharacteristics(); in DefineSection() 386 uint32_t &Characteristics = coff_section->Header.Characteristics; in DefineSection() 407 coff_section->MCData = &SectionData; in DefineSection() 408 SectionMap[&SectionData.getSection()] = coff_section; in DefineSection() 654 COFFSection *coff_section = SectionMap[&SectionData->getSection()]; in RecordRelocation() local 728 coff_section->Relocations.push_back(Reloc); in RecordRelocation()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 267 COFFSection *coff_section = createSection(Sec.getSectionName()); in defineSection() local 274 COMDATSymbol->Section = coff_section; in defineSection() 278 coff_section->Symbol = coff_symbol; in defineSection() 279 coff_symbol->Section = coff_section; in defineSection() 288 coff_section->Header.Characteristics = Sec.getCharacteristics(); in defineSection() 290 uint32_t &Characteristics = coff_section->Header.Characteristics; in defineSection() 339 coff_section->MCSection = &Sec; in defineSection() 340 SectionMap[&Sec] = coff_section; in defineSection() 678 COFFSection *coff_section = SectionMap[Section]; in recordRelocation() local 800 coff_section->Relocations.push_back(Reloc); in recordRelocation()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 419 struct coff_section { struct 631 const coff_section *SectionTable; 649 const coff_section *toSec(DataRefImpl Sec) const; 760 const coff_section *getCOFFSection(const SectionRef &Section) const; 805 std::error_code getSection(int32_t index, const coff_section *&Res) const; 853 getRelocations(const coff_section *Sec) const; 855 std::error_code getSectionName(const coff_section *Sec, StringRef &Res) const; 856 uint64_t getSectionSize(const coff_section *Sec) const; 857 std::error_code getSectionContents(const coff_section *Sec,
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | DbiStream.cpp | 244 codeview::FixedStreamArray<object::coff_section> 294 if (StreamLen % sizeof(object::coff_section)) in initializeSectionHeadersData() 298 size_t NumSections = StreamLen / sizeof(object::coff_section); in initializeSectionHeadersData()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 162 const coff_section *&ResolvedSection, in resolveSectionAndAddress() 202 const coff_section *Section; in getSectionContents() 456 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 358 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); in isRequiredForExecution()
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 732 for (const object::coff_section &Section : Dbi->getSectionHeaders()) { in dumpSectionHeaders()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 817 const coff_section *Section = Obj.getCOFFSection(*SecI); in getSymbolNMTypeChar()
|