Searched
refs:ArrayRef (Results
326 -
350 of
765) sorted by null
<<11121314151617181920>>
/external/clang/include/clang/CodeGen/ |
CGFunctionInfo.h | 392 ArrayRef<CanQualType> argTypes, 495 ArrayRef<CanQualType> argTypes) { 505 for (ArrayRef<CanQualType>::iterator
|
/external/clang/include/clang/Sema/ |
CodeCompleteConsumer.h | 275 ArrayRef<IdentifierInfo *> SelIdents; 283 ArrayRef<IdentifierInfo *> SelIdents = None) 307 ArrayRef<IdentifierInfo *> getSelIdents() const { return SelIdents; } [all...] |
/external/clang/lib/Basic/ |
TargetInfo.cpp | 357 ArrayRef<const char *> Names = getGCCRegNames(); 400 ArrayRef<const char *> Names = getGCCRegNames(); 504 ArrayRef<ConstraintInfo> OutputConstraints,
|
/external/clang/lib/CodeGen/ |
CGCXXABI.h | 541 CodeGenModule &CGM, ArrayRef<const VarDecl *> CXXThreadLocals, 542 ArrayRef<llvm::Function *> CXXThreadLocalInits, 543 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) = 0;
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 161 ArrayRef<SourceRange> Ranges = P.getRanges(); 316 ArrayRef<SourceRange> Ranges = piece->getRanges(); 317 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
|
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 118 ArrayRef<CharSourceRange> Ranges, 135 ArrayRef<CharSourceRange> Ranges, 141 ArrayRef<FixItHint> Hints,
|
/external/llvm/include/llvm/MC/ |
MCStreamer.h | 17 #include "llvm/ADT/ArrayRef.h" 217 ArrayRef<MCDwarfFrameInfo> getDwarfFrameInfos() const { 222 ArrayRef<WinEH::FrameInfo *> getWinFrameInfos() const { 382 virtual void EmitLinkerOptions(ArrayRef<std::string> Kind) {}
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugFrame.cpp | 11 #include "llvm/ADT/ArrayRef.h" 299 static ArrayRef<OperandType[2]> getOperandTypes() { 343 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1); 346 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
|
DWARFFormValue.cpp | 11 #include "llvm/ADT/ArrayRef.h" 33 ArrayRef<uint8_t> makeFixedFormSizesArrayRef() { 66 ArrayRef<uint8_t> DWARFFormValue::getFixedFormSizes(uint8_t AddrSize, 590 Optional<ArrayRef<uint8_t>> DWARFFormValue::getAsBlock() const {
|
/external/llvm/lib/Support/ |
MD5.cpp | 40 #include "llvm/ADT/ArrayRef.h" 75 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) { 187 void MD5::update(ArrayRef<uint8_t> Data) { 226 ArrayRef<uint8_t> SVal((const uint8_t *)Str.data(), Str.size());
|
/external/llvm/tools/dsymutil/ |
MachODebugMapParser.cpp | 25 MachODebugMapParser(StringRef BinaryPath, ArrayRef<std::string> Archs, 469 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs, 479 bool dumpStab(StringRef InputFile, ArrayRef<std::string> Archs,
|
/external/llvm/unittests/ProfileData/ |
CoverageMappingTest.cpp | 56 ArrayRef<CounterMappingRegion> Regions; 60 ArrayRef<StringRef> Filenames, 61 ArrayRef<CounterMappingRegion> Regions)
|
/art/compiler/ |
cfi_test.h | 54 dwarf::WriteFDE(is64bit, 0, 0, 0, actual_asm.size(), ArrayRef<const uint8_t>(actual_cfi),
|
elf_writer_test.cc | 116 ElfBuilder<ElfTypes32>::EncodeOatPatches(ArrayRef<const uintptr_t>(patch_locations),
|
/art/compiler/optimizing/ |
dead_code_elimination.cc | 38 ArrayRef<HBasicBlock* const> live_successors(block->GetSuccessors());
|
/external/clang/include/clang/AST/ |
NSAPI.h | 14 #include "llvm/ADT/ArrayRef.h" 231 Selector getOrInitSelector(ArrayRef<StringRef> Ids, Selector &Sel) const;
|
/external/clang/include/clang/Driver/ |
Multilib.h | 127 MultilibSet &Either(ArrayRef<Multilib> Ms);
|
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 732 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None, 846 ArrayRef<RemappedFile> RemappedFiles = None, [all...] |
FrontendActions.h | 187 ASTMergeAction(FrontendAction *AdaptedAction, ArrayRef<std::string> ASTFiles);
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Registry.cpp | 420 ArrayRef<std::pair<MatcherCtor, unsigned>> Context) { 450 Registry::getMatcherCompletions(ArrayRef<ArgKind> AcceptedTypes) { 531 ArrayRef<ParserValue> Args, 540 ArrayRef<ParserValue> Args,
|
/external/llvm/include/llvm/ADT/ |
SetVector.h | 61 ArrayRef<T> getArrayRef() const { return vector_; }
|
/external/llvm/include/llvm/CodeGen/ |
FunctionLoweringInfo.h | 242 void addSEHHandlersForLPads(ArrayRef<const LandingPadInst *> LPads);
|
LexicalScopes.h | 20 #include "llvm/ADT/ArrayRef.h" 174 ArrayRef<LexicalScope *> getAbstractScopesList() const {
|
/external/llvm/include/llvm/IR/ |
User.h | 22 #include "llvm/ADT/ArrayRef.h" 155 ArrayRef<const uint8_t> getDescriptor() const;
|
/external/llvm/include/llvm/Target/ |
TargetLoweringObjectFile.h | 18 #include "llvm/ADT/ArrayRef.h" 67 ArrayRef<Module::ModuleFlagEntry> Flags,
|
Completed in 681 milliseconds
<<11121314151617181920>>