reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
933 const coff_section *getCOFFSection(const SectionRef &Section) const;
463 const coff_section *CoffSection = COFFObj->getCOFFSection(Section); 487 return ((COFFObj->getCOFFSection(Section)->Characteristics & 504 return COFFObj->getCOFFSection(Section)->Characteristics &lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
42 .getCOFFSection(*Section)
lib/Object/COFFObjectFile.cpp459 const coff_section *Section = getCOFFSection(S); 475 const coff_section *Section = getCOFFSection(S); 980 Result = getCOFFSection(Section); 1768 const coff_section *COFFSect = Obj->getCOFFSection(Section);tools/llvm-nm/llvm-nm.cpp
961 const coff_section *Section = Obj.getCOFFSection(*SecI);
tools/llvm-objdump/COFFDump.cpp169 ResolvedSection = Obj->getCOFFSection(**Iter); 455 const coff_section *Pdata = Obj->getCOFFSection(Section);tools/llvm-readobj/ARMWinEHPrinter.cpp
814 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) 1083 if (COFF.getSectionContents(COFF.getCOFFSection(Section), Contents)) 1099 COFF.getSectionName(COFF.getCOFFSection(Section));tools/llvm-readobj/COFFDumper.cpp
199 Sec = Obj->getCOFFSection(SR); 332 const coff_section *Section = Obj->getCOFFSection(Sec); 590 const coff_section *Section = Obj->getCOFFSection(S); 1035 if (std::error_code EC = resolveSymbolName(Obj->getCOFFSection(Section), 1061 resolveSymbolName(Obj->getCOFFSection(Section), SectionContents, 1322 const coff_section *Section = Obj->getCOFFSection(Sec); 1777 Obj->getCOFFSection(S)->PointerToRawData);tools/llvm-readobj/Win64EHDumper.cpp
158 ResolvedSection = Ctx.COFF.getCOFFSection(**SI); 317 const coff_section *PData = Ctx.COFF.getCOFFSection(Section); 332 printRuntimeFunction(Ctx, Ctx.COFF.getCOFFSection(Section),tools/obj2yaml/coff2yaml.cpp
120 const object::coff_section *COFFSection = Obj.getCOFFSection(S); 155 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection);