Home
last modified time | relevance | path

Searched defs:Sect (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp157 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags() local
160 MachO::section Sect = O->getSection(Sec); in getSectionFlags() local
497 MachO::section_64 Sect = getSection64(Sec); in getSectionSize() local
502 MachO::section Sect = getSection(Sec); in getSectionSize() local
523 MachO::section_64 Sect = getSection64(Sec); in getSectionContents() local
527 MachO::section Sect = getSection(Sec); in getSectionContents() local
539 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment() local
542 MachO::section Sect = getSection(Sec); in getSectionAlignment() local
590 MachO::section_64 Sect = getSection64(Sec); in section_rel_end() local
593 MachO::section Sect = getSection(Sec); in section_rel_end() local
[all …]
DObject.cpp99 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()
/external/compiler-rt/lib/profile/
DInstrProfilingPort.h23 #define COMPILER_RT_SECTION(Sect) __attribute__((section(Sect))) argument
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp308 MachO::section Sect = Obj->getSection(Sec); in getSection() local
320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection() local
/external/llvm/tools/dsymutil/
DMachOUtils.cpp258 auto Sect = getSection(Obj, Segment, LCI, i); in transferSegmentAndSections() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp824 auto Sect = std::find_if(LiteralSections.begin(), LiteralSections.end(), in DumpLiteralPointerSection() local