Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h1082 class Compile3Sym : public SymbolRecord {
1099 Compile3Sym(uint32_t RecordOffset, const Hdr *H, StringRef Version) in Compile3Sym() function
1100 : SymbolRecord(SymbolRecordKind::Compile3Sym), RecordOffset(RecordOffset), in Compile3Sym()
1103 static ErrorOr<Compile3Sym> deserialize(SymbolRecordKind Kind, in deserialize()
1110 return Compile3Sym(RecordOffset, H, Version); in deserialize()
DCVSymbolTypes.def227 SYMBOL_RECORD(S_COMPILE3 , 0x113c, Compile3Sym)
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp241 Compile3Sym &Compile3) { in visitCompile3Sym()