Home
last modified time | relevance | path

Searched defs:YamlContext (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/include/lld/ReaderWriter/
DYamlContext.h32 struct YamlContext { struct
33 const LinkingContext *_ctx = nullptr;
34 const Registry *_registry = nullptr;
35 File *_file = nullptr;
36 NormalizedFile *_normalizeMachOFile = nullptr;
37 StringRef _path;
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp34 struct YamlContext { struct
35 YamlContext(const exegesis::LLVMState &State) in YamlContext() argument
42 generateOpcodeNameToOpcodeIdxMapping(const MCInstrInfo &InstrInfo) { in generateOpcodeNameToOpcodeIdxMapping()
51 generateRegNameToRegNoMapping(const MCRegisterInfo &RegInfo) { in generateRegNameToRegNoMapping()
61 void serializeMCInst(const MCInst &MCInst, raw_ostream &OS) { in serializeMCInst()
69 void deserializeMCInst(StringRef String, MCInst &Value) { in deserializeMCInst()
86 std::string &getLastError() { return ErrorStream.str(); } in getLastError()
88 raw_string_ostream &getErrorStream() { return ErrorStream; } in getErrorStream()
90 StringRef getRegName(unsigned RegNo) { in getRegName()
100 Optional<unsigned> getRegNo(StringRef RegName) { in getRegNo()
[all …]