Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h54 const MCInstrAnalysis *MIA = nullptr; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DELFObjectFile.cpp708 std::unique_ptr<const MCInstrAnalysis> MIA( getPltEntries() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp353 addFunctionPointerRelocationsToCurrentSymbol(jitlink::Symbol & Sym,jitlink::LinkGraph & G,MCDisassembler & Disassembler,MCInstrAnalysis & MIA) addFunctionPointerRelocationsToCurrentSymbol() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1344 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