Searched refs:ConstantSym (Results 1 – 16 of 16) sorted by relevance
33 ; CHECK: ConstantSym {39 ; CHECK: ConstantSym {45 ; CHECK: ConstantSym {51 ; CHECK: ConstantSym {57 ; CHECK: ConstantSym {63 ; CHECK: ConstantSym {69 ; CHECK: ConstantSym {75 ; CHECK: ConstantSym {81 ; CHECK: ConstantSym {87 ; CHECK: ConstantSym {[all …]
57 ; OBJ: ConstantSym {63 ; OBJ-NEXT: ConstantSym {70 ; OBJ-NEXT: ConstantSym {
191 ; OBJ-NEXT: ConstantSym {197 ; OBJ-NEXT: ConstantSym {203 ; OBJ-NEXT: ConstantSym {288 ; YAML-NEXT: ConstantSym:293 ; YAML-NEXT: ConstantSym:298 ; YAML-NEXT: ConstantSym:
22 class ConstantSym; variable68 void addGlobalSymbol(const codeview::ConstantSym &Sym);
165 ConstantSym constant(SymbolRecordKind::ConstantSym); in visitKnownMember()166 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(result.second, in visitKnownMember()
523 ConstantSym constant(SymbolRecordKind::ConstantSym); in GetVariableNameInfo()524 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(sym, constant)); in GetVariableNameInfo()
848 ConstantSym constant(cvs.kind()); in CreateConstantSymbol()850 llvm::cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(cvs, constant)); in CreateConstantSymbol()
921 class ConstantSym : public SymbolRecord {923 explicit ConstantSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ConstantSym() function924 explicit ConstantSym(uint32_t RecordOffset) in ConstantSym() function925 : SymbolRecord(SymbolRecordKind::ConstantSym), in ConstantSym()
244 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym)245 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
330 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
210 ConstantSym &Constant) { in visitKnownRecord()
287 ConstantSym &Constant) { in visitKnownRecord()
359 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
556 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
410 ConstantSym:
564 ConstantSym &Constant) { in visitKnownRecord()