Searched refs:Sec32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h192 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); local
193 uint32_t JTSectionSize = Sec32.size;
194 unsigned FirstIndirectSymbol = Sec32.reserved1;
195 unsigned JTEntrySize = Sec32.reserved2;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp175 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl()); local
176 uint32_t PTSectionSize = Sec32.size;
177 unsigned FirstIndirectSymbol = Sec32.reserved1;

Completed in 47 milliseconds