Home
last modified time | relevance | path

Searched defs:IRO (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOUniversalWriter.cpp89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice()
223 Expected<Slice> Slice::create(const IRObjectFile &IRO, uint32_t Align) { in create()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp128 static Slice createSliceFromIR(const IRObjectFile &IRO, unsigned Align) { in createSliceFromIR()
586 } else if (const auto *IRO = dyn_cast<IRObjectFile>(InputBinary)) { in buildSlices() local