HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 401 - 425 of 765) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Object/
ArchiveWriter.cpp 15 #include "llvm/ADT/ArrayRef.h"
181 ArrayRef<NewArchiveIterator> Members,
224 ArrayRef<NewArchiveIterator> Members,
225 ArrayRef<MemoryBufferRef> Buffers,
  /external/llvm/lib/TableGen/
Record.cpp 259 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) {
266 BitsInit *BitsInit::get(ArrayRef<Init *> Range) {
469 ArrayRef<Init *> Range,
478 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) {
    [all...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 347 void DecodePSHUFBMask(ArrayRef<uint64_t> RawMask,
537 void DecodeVPERMVMask(ArrayRef<uint64_t> RawMask,
545 void DecodeVPERMV3Mask(ArrayRef<uint64_t> RawMask,
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 316 ArrayRef<Elf_Word> ShndxTable;
407 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(EHT);
474 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
  /external/llvm/lib/IR/
Metadata.cpp 416 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2)
713 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
781 ArrayRef<Metadata *> Ops) {
1073 void Instruction::dropUnknownNonDebugMetadata(ArrayRef<unsigned> KnownIDs) {
    [all...]
Instructions.cpp 230 void CallInst::init(FunctionType *FTy, Value *Func, ArrayRef<Value *> Args,
231 ArrayRef<OperandBundleDef> Bundles, const Twine &NameStr) {
302 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB,
545 BasicBlock *IfException, ArrayRef<Value *> Args,
546 ArrayRef<OperandBundleDef> Bundles,
589 InvokeInst *InvokeInst::Create(InvokeInst *II, ArrayRef<OperandBundleDef> OpB,
    [all...]
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 66 bool success = WriteRelCallThunk(out, ArrayRef<const uint8_t>(thunk));
73 bool success = WriteMiscThunk(out, ArrayRef<const uint8_t>(thunk));
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 229 ArrayRef<int> Ids) {
423 ArrayRef<int> Ids) override {
ModuleMap.h 315 ArrayRef<KnownHeader> findAllModulesForHeader(const FileEntry *File) const;
  /external/clang/lib/Analysis/
BodyFarm.cpp 55 CompoundStmt *makeCompound(ArrayRef<Stmt*>);
105 CompoundStmt *ASTMaker::makeCompound(ArrayRef<Stmt *> Stmts) {
  /external/clang/lib/CodeGen/
CodeGenFunction.h 34 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 106 MultiplexASTMutationListener(ArrayRef<ASTMutationListener*> L);
136 ArrayRef<ASTMutationListener*> L)
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 55 ArrayRef<SourceRange> Sr);
63 ArrayRef<SourceRange> Sr) {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 113 ArrayRef<const DIExpression *> getExpression() const { return Expr; }
120 ArrayRef<int> getFrameIndex() const { return FrameIndex; }
  /external/llvm/lib/CodeGen/
MachineCombiner.cpp 310 //ArrayRef<const MachineBasicBlock *> MBBarr(MBB);
322 ArrayRef<const MCSchedClassDesc *> MSCInsArr = makeArrayRef(InsInstrsSC);
323 ArrayRef<const MCSchedClassDesc *> MSCDelArr = makeArrayRef(DelInstrsSC);
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 75 void EmitLinkerOptions(ArrayRef<std::string> Options) override;
240 void MCMachOStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
  /external/llvm/lib/Option/
OptTable.cpp 87 OptTable::OptTable(ArrayRef<Info> OptionInfos, bool IgnoreCase)
248 InputArgList OptTable::ParseArgs(ArrayRef<const char *> ArgArr,
  /external/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 31 ArrayRef<uint8_t> Bytes, uint64_t Address,
347 ArrayRef<uint8_t> Bytes,
  /external/clang/lib/Sema/
SemaOpenMP.cpp 47 explicit MatchesAny(ArrayRef<T> Arr) : Arr(std::move(Arr)) {}
56 ArrayRef<T> Arr;
    [all...]
  /art/compiler/debug/dwarf/
headers.h 85 const ArrayRef<const uint8_t>& opcodes,
  /art/compiler/debug/
elf_debug_line_writer.h 277 ArrayRef<const uintptr_t>(debug_line_patches_));
  /art/compiler/jit/
jit_compiler.cc 71 const ArrayRef<mirror::Class*> types_array(types, count);
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 65 if (UNLIKELY(!WriteRelCallThunk(out, ArrayRef<const uint8_t>(thunk_code_)))) {
  /external/clang/include/clang/Driver/
ToolChain.h 119 ArrayRef<StringRef> Paths);

Completed in 708 milliseconds

<<11121314151617181920>>