HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 1326 - 1350 of 1983) sorted by null

<<51525354555657585960>>

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineCombiner.cpp 377 //ArrayRef<const MachineBasicBlock *> MBBarr(MBB);
389 ArrayRef<const MCSchedClassDesc *> MSCInsArr = makeArrayRef(InsInstrsSC);
390 ArrayRef<const MCSchedClassDesc *> MSCDelArr = makeArrayRef(DelInstrsSC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 11 #include "llvm/ADT/ArrayRef.h"
374 OS << format_bytes(ArrayRef<uint8_t>(Value.data, 16), None, 16, 16);
622 Optional<ArrayRef<uint8_t>> DWARFFormValue::getAsBlock() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
Symbolize.cpp 241 ArrayRef<uint8_t> dbg_uuid = DbgObj->getUuid();
242 ArrayRef<uint8_t> bin_uuid = Obj->getUuid();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
COFFImportFile.cpp 15 #include "llvm/ADT/ArrayRef.h"
68 ArrayRef<const std::string> Strings) {
573 ArrayRef<COFFShortExport> Exports,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
SHA1.cpp 19 #include "llvm/ADT/ArrayRef.h"
213 void SHA1::update(ArrayRef<uint8_t> Data) {
273 std::array<uint8_t, 20> SHA1::hash(ArrayRef<uint8_t> Data) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp 168 ArrayRef<std::pair<unsigned, const char *>>
664 ArrayRef<MachineOperand> Condition,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/Disassembler/
SystemZDisassembler.cpp 36 ArrayRef<uint8_t> Bytes, uint64_t Address,
450 ArrayRef<uint8_t> Bytes,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 349 void mergeComparisons(ArrayRef<BCECmpBlock> Comparisons,
537 void BCECmpChain::mergeComparisons(ArrayRef<BCECmpBlock> Comparisons,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
BytesOutputStyle.cpp 294 ArrayRef<uint32_t> Indices) {
439 ArrayRef<uint8_t> Data;
ExplainOutputStyle.cpp 219 ArrayRef<uint8_t> Bytes;
232 static uint32_t getOffsetInStream(ArrayRef<support::ulittle32_t> StreamBlocks,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
macho2yaml.cpp 35 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy = false);
295 ArrayRef<uint8_t> OpcodeBuffer, bool Lazy) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugLineTest.cpp 95 void checkError(ArrayRef<StringRef> ExpectedMsgs, Error Err) {
110 checkError(ArrayRef<StringRef>{ExpectedMsg}, std::move(Err));
  /art/compiler/optimizing/
instruction_builder.h 62 ArrayRef<const uint8_t> interpreter_metadata,
register_allocator.cc 109 bool RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const> intervals,
  /art/dex2oat/
verifier_deps_test.cc 481 VerifierDeps decoded_deps(second_dex_files, ArrayRef<const uint8_t>(buffer));
    [all...]
  /art/openjdkjvmti/
transform.cc 267 art::ArrayRef<const unsigned char> dex_data = def->GetDexData();
  /art/runtime/
runtime_callbacks.cc 61 void RuntimeCallbacks::DdmPublishChunk(uint32_t type, const ArrayRef<const uint8_t>& data) {
  /external/clang/include/clang/AST/
ExternalASTSource.h 304 ArrayRef<NamedDecl*> Decls);
  /external/clang/include/clang/Serialization/
ASTReader.h 490 ArrayRef<serialization::LocalDeclID> Decls;
493 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
502 typedef ArrayRef<llvm::support::unaligned_uint32_t> LexicalContents;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 384 trim(ArrayRef<const NodeTy *> Nodes,
  /external/clang/lib/AST/
RawCommentList.cpp 327 void RawCommentList::addDeserializedComments(ArrayRef<RawComment *> DeserializedComments) {
  /external/clang/lib/CodeGen/
CGCXXABI.cpp 288 ArrayRef<const CXXRecordDecl*> Path = MP.getMemberPointerPath();
CGLoopInfo.cpp 130 ArrayRef<const clang::Attr *> Attrs,
  /external/clang/lib/Driver/
Multilib.cpp 192 MultilibSet &MultilibSet::Either(ArrayRef<Multilib> MultilibSegments) {
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 164 ArrayRef<llvm::IntrusiveRefCntPtr<ModuleFileExtension>> Extensions;

Completed in 1625 milliseconds

<<51525354555657585960>>