/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.h | 211 std::unique_ptr<const MCInstrAnalysis> MIA; variable
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 54 const MCInstrAnalysis *MIA = nullptr; global() variable
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 354 addFunctionPointerRelocationsToCurrentSymbol(jitlink::Symbol & Sym,jitlink::LinkGraph & G,MCDisassembler & Disassembler,MCInstrAnalysis & MIA) addFunctionPointerRelocationsToCurrentSymbol() argument
|
/llvm-project/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 800 std::unique_ptr<const MCInstrAnalysis> MIA( getPltEntries() local
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.h | 213 std::unique_ptr<const MCInstrAnalysis> MIA; global() variable
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryContext.h | 628 std::unique_ptr<const MCInstrAnalysis> MIA; scopeLock() variable
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 133 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 D | llvm-jitlink.cpp | 2119 std::unique_ptr<MCInstrAnalysis> MIA; global() member 2173 std::unique_ptr<MCInstrAnalysis> MIA( getTargetInfo() local
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 736 std::unique_ptr<const MCInstrAnalysis> MIA( getObjectCoveragePoints() local
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1482 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
|