Home
last modified time | relevance | path

Searched refs:Compile2Sym (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1046 class Compile2Sym : public SymbolRecord {
1062 Compile2Sym(uint32_t RecordOffset, const Hdr *H, StringRef Version) in Compile2Sym() function
1063 : SymbolRecord(SymbolRecordKind::Compile2Sym), RecordOffset(RecordOffset), in Compile2Sym()
1066 static ErrorOr<Compile2Sym> deserialize(SymbolRecordKind Kind, in deserialize()
1073 return Compile2Sym(RecordOffset, H, Version); in deserialize()
DCVSymbolTypes.def226 SYMBOL_RECORD(S_COMPILE2 , 0x1116, Compile2Sym)
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp213 Compile2Sym &Compile2) { in visitCompile2Sym()