Home
last modified time | relevance | path

Searched defs:MIA (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h211 std::unique_ptr<const MCInstrAnalysis> MIA; variable
/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h54 const MCInstrAnalysis *MIA = nullptr; global() variable
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp354 addFunctionPointerRelocationsToCurrentSymbol(jitlink::Symbol & Sym,jitlink::LinkGraph & G,MCDisassembler & Disassembler,MCInstrAnalysis & MIA) addFunctionPointerRelocationsToCurrentSymbol() argument
/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp800 std::unique_ptr<const MCInstrAnalysis> MIA( getPltEntries() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h213 std::unique_ptr<const MCInstrAnalysis> MIA; global() variable
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h628 std::unique_ptr<const MCInstrAnalysis> MIA; scopeLock() variable
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp133 BinaryContext(std::unique_ptr<MCContext> Ctx,std::unique_ptr<DWARFContext> DwCtx,std::unique_ptr<Triple> TheTriple,const Target * TheTarget,std::string TripleName,std::unique_ptr<MCCodeEmitter> MCE,std::unique_ptr<MCObjectFileInfo> MOFI,std::unique_ptr<const MCAsmInfo> AsmInfo,std::unique_ptr<const MCInstrInfo> MII,std::unique_ptr<const MCSubtargetInfo> STI,std::unique_ptr<MCInstPrinter> InstPrinter,std::unique_ptr<const MCInstrAnalysis> MIA,std::unique_ptr<MCPlusBuilder> MIB,std::unique_ptr<const MCRegisterInfo> MRI,std::unique_ptr<MCDisassembler> DisAsm,JournalingStreams Logger) BinaryContext() argument
264 std::unique_ptr<const MCInstrAnalysis> MIA( createBinaryContext() local
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp2119 std::unique_ptr<MCInstrAnalysis> MIA; global() member
2173 std::unique_ptr<MCInstrAnalysis> MIA( getTargetInfo() local
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp736 std::unique_ptr<const MCInstrAnalysis> MIA( getObjectCoveragePoints() local
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1482 collectLocalBranchTargets(ArrayRef<uint8_t> Bytes,MCInstrAnalysis * MIA,MCDisassembler * DisAsm,MCInstPrinter * IP,const MCSubtargetInfo * STI,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::string> & Labels) collectLocalBranchTargets() argument