Searched refs:ConstantSym (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolTypes.def | 244 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym) 245 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
|
D | SymbolRecord.h | 1350 class ConstantSym : public SymbolRecord { 1358 ConstantSym(uint32_t RecordOffset, const Hdr *H, const APSInt &Value, in ConstantSym() function 1360 : SymbolRecord(SymbolRecordKind::ConstantSym), RecordOffset(RecordOffset), in ConstantSym() 1363 static ErrorOr<ConstantSym> deserialize(SymbolRecordKind Kind, in deserialize() 1371 return ConstantSym(RecordOffset, H, Value, Name); in deserialize()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 271 ConstantSym &Constant) { in visitConstantSym()
|