OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DisInfo
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/MCDisassembler/
MCExternalSymbolizer.h
37
void *
DisInfo
;
44
LLVMSymbolLookupCallback symbolLookUp, void *
disInfo
)
46
SymbolLookUp(symbolLookUp),
DisInfo
(
disInfo
) {}
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCDisassembler.h
59
DisInfo
(0), Ctx(0),
104
void *
DisInfo
;
115
void *
disInfo
,
119
DisInfo
=
disInfo
;
126
void *getDisInfoBlock() const { return
DisInfo
; }
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
Disassembler.h
45
void *
DisInfo
;
76
LLVMDisasmContext(std::string tripleName, void *
disInfo
, int tagType,
83
DisInfo
(
disInfo
), TagType(tagType), GetOpInfo(getOpInfo),
/external/llvm/lib/MC/MCDisassembler/
Disassembler.h
47
void *
DisInfo
;
86
LLVMDisasmContext(std::string tripleName, void *
disInfo
, int tagType,
93
: TripleName(std::move(tripleName)),
DisInfo
(
disInfo
), TagType(tagType),
105
void *getDisInfo() const { return
DisInfo
; }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp
443
void *
DisInfo
= Dis->getDisInfoBlock();
444
if (!getOpInfo(
DisInfo
, Address, 0 /* Offset */, InstSize, 1, &SymbolicOp)) {
452
const char *Name = SymbolLookUp(
DisInfo
, Value, &ReferenceType, Address,
550
void *
DisInfo
= Dis->getDisInfoBlock();
554
(void)SymbolLookUp(
DisInfo
, Value, &ReferenceType, Address, &ReferenceName);
[
all
...]
Completed in 183 milliseconds