/openbsd-src/gnu/llvm/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 85 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice 90 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice() function in Slice 96 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice 101 Slice::Slice(const MachOObjectFile &O) : Slice(O, calculateAlignment(O)) {} in Slice() function in Slice
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | LEB128.h | 144 uint64_t Slice = *p & 0x7f; variable 179 uint64_t Slice = Byte & 0x7f; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | CRC.cpp | 92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | Minidump.h | 207 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 209 BinaryStreamRef Slice(*S); in formatMsfStreamData() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 533 for (auto &Slice : Slices) { in updateAlignments() local 704 for (auto &Slice : Slices) { in replaceSlices() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 686 for (auto Slice : Obj.objects()) { in macho2yaml() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 755 std::stack<Instruction *> &Slice, in getExclBackwardsSlice()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4296 ConstantDataArraySlice &Slice, in getConstantDataArrayInfo() 4392 ConstantDataArraySlice Slice; in getConstantStringInfo() local 4478 ConstantDataArraySlice Slice; in GetStringLengthH() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 255 class Slice { class 269 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon4aa1d6df0111::Slice
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 941 ConstantDataArraySlice Slice; in optimizeStringLength() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 4096 ArrayRef<int> Slice = ArrayRef(NewMask).slice(0, Sz); in reorderNodeWithReuses() local 6823 ArrayRef<Value *> Slice = VL.slice(Cnt, VF); in getEntryCost() local 11561 ArrayRef<Value *> Slice = ArrayRef(Operands).slice(Cnt, Size); in vectorizeStores() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6858 const ConstantDataArraySlice &Slice) { in getMemsetStringVal() 6923 static bool isMemSrcFromConstant(SDValue Src, ConstantDataArraySlice &Slice) { in isMemSrcFromConstant() 7006 ConstantDataArraySlice Slice; in getMemcpyLoadsAndStores() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3383 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); in instantiateUnresolvedUsingDecl() local
|