HomeSort by relevance Sort by last modified time
    Searched refs:MIA (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.cpp 200 if (!MIA->evaluateBranch(InstrMeta.Instruction, InstrMeta.VMAddress,
255 return MIA.get();
397 MIA.reset(ObjectTarget->createMCInstrAnalysis(MII.get()));
479 if (MIA->evaluateBranch(Instruction, VMAddress, InstructionSize, Target)) {
FileAnalysis.h 204 std::unique_ptr<const MCInstrAnalysis> MIA;
  /external/syzkaller/vendor/google.golang.org/appengine/internal/
net.go 33 // Dial with a timeout in case the API host is MIA.
  /external/llvm/tools/sancov/
sancov.cc 380 std::unique_ptr<const MCInstrAnalysis> MIA(
382 FailIfEmpty(MIA, "no instruction analysis info for target " + TripleName);
414 if (MIA->isCall(Inst) &&
415 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) &&
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
sancov.cpp 803 std::unique_ptr<const MCInstrAnalysis> MIA(
805 failIfEmpty(MIA, "no instruction analysis info for target " + TripleName);
837 if (MIA->isCall(Inst) &&
838 MIA->evaluateBranch(Inst, SectionAddr + Index, Size, Target) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 40 static UConverterFromUCallback otherUnicodeAction(UConverterFromUCallback MIA);
41 static UConverterToUCallback otherCharAction(UConverterToUCallback MIA);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 507 const MachineInstr &MIA = *MI;
508 const TargetRegisterClass *RC = TII->getOpRegClass(MIA, OpNo);
    [all...]

Completed in 327 milliseconds