Home
last modified time | relevance | path

Searched defs:LinkSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp242 ErrorOr<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp327 auto LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h311 SectionBase *LinkSection = nullptr; variable