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

<<21222324252627282930>>

  /external/llvm/include/llvm/MC/
MCDwarf.h 18 #include "llvm/ADT/ArrayRef.h"
212 ArrayRef<char> SpecialOpcodeLengths) const;
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 29 DwarfAccelTable::DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom> atomList)
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 336 ArrayRef<unsigned> RegsBeingSpilled) {
MachineScheduler.cpp 770 void ScheduleDAGMI::initQueues(ArrayRef<SUnit*> TopRoots,
771 ArrayRef<SUnit*> BotRoots) {
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 203 ArrayRef<uint8_t> FixedFormSizes = DWARFFormValue::getFixedFormSizes(
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 227 ArrayRef<GenericValue> ArgValues) override;
  /external/llvm/lib/MC/
MCDwarf.cpp 247 ArrayRef<char> StandardOpcodeLengths) const {
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 320 ArrayRef<MCCFIInstruction> Instrs) const override {
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 28 SelectionDAG &DAG, ArrayRef<unsigned> ClobberSet) const {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 279 ArrayRef<MachineOperand> Cond,
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 302 ArrayRef<uint8_t> Bytes, uint64_t Address,
316 void printLead(ArrayRef<uint8_t> Bytes, uint64_t Address,
328 ArrayRef<uint8_t> Bytes, uint64_t Address,
    [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 82 ArrayRef<const uintptr_t>(debug_info_patches_));
278 void Write(const ArrayRef<mirror::Class*>& types) SHARED_REQUIRES(Locks::mutator_lock_) {
  /art/compiler/
elf_builder.h 509 static void EncodeOatPatches(const ArrayRef<const uintptr_t>& locations,
520 void WritePatches(const char* name, const ArrayRef<const uintptr_t>& patch_locations) {
    [all...]
oat_test.cc 81 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode();
134 ArrayRef<const uint8_t> raw_dex_file(
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 296 ArrayRef<const int32_t> GetBuffer() const {
297 return ArrayRef<const int32_t>(buffer_);
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 81 void NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes);
732 void JumpScopeChecker::NoteJumpIntoScopes(ArrayRef<unsigned> ToScopes) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 500 ArrayRef<const MemRegion *> ExplicitRegions,
501 ArrayRef<const MemRegion *> Regions,
ProgramState.cpp 135 typedef ArrayRef<const MemRegion *> RegionList;
136 typedef ArrayRef<SVal> ValueList;
  /external/clang/tools/libclang/
Indexing.cpp 163 void update(ArrayRef<PPRegion> Regions) {
472 ArrayRef<CXUnsavedFile> unsaved_files, CXTranslationUnit *out_TU,
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 19 #include "llvm/ADT/ArrayRef.h"
187 void initFromArray(ArrayRef<uint64_t> array);
253 APInt(unsigned numBits, ArrayRef<uint64_t> bigVal);
255 /// Equivalent to APInt(numBits, ArrayRef<uint64_t>(bigVal, numWords)), but
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 197 ArrayRef<Elf_Word> ShndxTable;
767 ErrorOr<ArrayRef<Elf_Word>> TableOrErr = EF.getSHNDXTable(Sec);

Completed in 779 milliseconds

<<21222324252627282930>>