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

<<21222324252627282930>>

  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 315 static LinkageInfo getLVForTemplateArgumentList(ArrayRef<TemplateArgument> Args,
    [all...]
MicrosoftMangle.cpp 114 ArrayRef<const CXXRecordDecl *> BasePath,
117 ArrayRef<const CXXRecordDecl *> BasePath,
144 ArrayRef<const CXXRecordDecl *> BasePath,
    [all...]
DeclBase.cpp 1029 DeclContext::BuildDeclChain(ArrayRef<Decl*> Decls,
    [all...]
ASTDiagnostic.cpp 229 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
230 ArrayRef<intptr_t> QualTypeVals) {
325 ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs,
328 ArrayRef<intptr_t> QualTypeVals) {
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 677 static Constant *CastGEPIndices(Type *SrcTy, ArrayRef<Constant *> Ops,
730 static Constant *SymbolicallyEvaluateGEP(Type *SrcTy, ArrayRef<Constant *> Ops,
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 191 ArrayRef<ParsedMachineOperand> Operands);
193 bool verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
730 ArrayRef<ParsedMachineOperand> Operands) {
738 bool MIParser::verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
880 ArrayRef<ParsedMachineOperand> Operands) {
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaChecking.cpp     [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h 36 #include "llvm/ADT/ArrayRef.h"
255 ArrayRef<UnexpandedParameterPack> Unexpanded,
700 ArrayRef<TypeSourceInfo *> TypeArgs,
703 ArrayRef<ObjCProtocolDecl *> Protocols,
704 ArrayRef<SourceLocation> ProtocolLocs,
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 518 ArrayRef<CanQualType> argTypes,
570 ArrayRef<CanQualType> argTypes,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 415 ArrayRef<Expr *> Args,
580 ArrayRef<QualType> args,
    [all...]
  /art/compiler/
oat_writer.cc 382 bool OatWriter::AddRawDexFileSource(const ArrayRef<const uint8_t>& data,
687 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode();
848 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable();
    [all...]
image_test.cc 114 ArrayRef<const uint8_t> raw_dex_file(
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 69 ArrayRef<uint32_t> getShndxIndexes() const { return ShndxIndexes; }
889 ArrayRef<std::string> FileNames = Asm.getFileNames();
929 ArrayRef<uint32_t> ShndxIndexes = Writer.getShndxIndexes();
    [all...]
MCAsmStreamer.cpp 129 void EmitLinkerOptions(ArrayRef<std::string> Options) override;
350 void MCAsmStreamer::EmitLinkerOptions(ArrayRef<std::string> Options) {
353 for (ArrayRef<std::string>::iterator it = Options.begin() + 1,
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 26 #include <llvm/ADT/ArrayRef.h>
96 static std::unique_ptr<Driver> Create(llvm::ArrayRef<const char*> argv);
1003 std::unique_ptr<Driver> Driver::Create(llvm::ArrayRef<const char*> argv) {
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 20 #include "llvm/ADT/ArrayRef.h"
658 ArrayRef<IntrusiveRefCntPtr<ModuleFileExtension>> Extensions,
  /external/clang/include/clang/Sema/
Overload.h 787 ArrayRef<Expr *> Args,
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 55 ArrayRef<ParserValue> Args,
  /external/clang/unittests/Lex/
LexerTest.cpp 63 ArrayRef<tok::TokenKind> ExpectedTokens) {
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 44 #include "llvm/ADT/ArrayRef.h"
533 void unifySubscriptType(ArrayRef<Subscript *> Pairs);
    [all...]
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 18 #include "llvm/ADT/ArrayRef.h"
301 void EmitRecordWithAbbrevImpl(unsigned Abbrev, ArrayRef<uintty> Vals,
  /external/llvm/include/llvm/IR/
Function.h 624 void dropUnknownMetadata(ArrayRef<unsigned> KnownIDs);

Completed in 1634 milliseconds

<<21222324252627282930>>