Searched refs:AnnotationsStr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 262 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction() local 267 IP->printInst(&Inst, FormattedOS, AnnotationsStr, *DC->getSubtargetInfo()); in LLVMDisasmInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 271 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction() local 276 IP->printInst(&Inst, FormattedOS, AnnotationsStr, *DC->getSubtargetInfo()); in LLVMDisasmInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 7193 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO() local 7195 ThumbIP->printInst(&Inst, FormattedOS, AnnotationsStr, *ThumbSTI); in DisassembleMachO() 7197 IP->printInst(&Inst, FormattedOS, AnnotationsStr, *STI); in DisassembleMachO() 7268 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO() local 7269 IP->printInst(&Inst, outs(), AnnotationsStr, *STI); in DisassembleMachO()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6814 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO() local 6816 ThumbIP->printInst(&Inst, FormattedOS, AnnotationsStr, *ThumbSTI); in DisassembleMachO() 6818 IP->printInst(&Inst, FormattedOS, AnnotationsStr, *STI); in DisassembleMachO()
|