/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | UdtRecordCompleter.cpp | 147 ConstantSym constant(SymbolRecordKind::ConstantSym); in visitKnownMember() 148 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(result.second, in visitKnownMember()
|
D | PdbUtil.cpp | 500 ConstantSym constant(SymbolRecordKind::ConstantSym); in GetVariableNameInfo() 501 cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(sym, constant)); in GetVariableNameInfo()
|
D | SymbolFileNativePDB.cpp | 806 ConstantSym constant(cvs.kind()); in CreateConstantSymbol() 808 llvm::cantFail(SymbolDeserializer::deserializeAs<ConstantSym>(cvs, constant)); in CreateConstantSymbol()
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | global-constants.ll | 57 ; OBJ: ConstantSym { 63 ; OBJ-NEXT: ConstantSym { 70 ; OBJ-NEXT: ConstantSym {
|
D | globals.ll | 189 ; OBJ-NEXT: ConstantSym { 195 ; OBJ-NEXT: ConstantSym { 201 ; OBJ-NEXT: ConstantSym { 281 ; YAML-NEXT: ConstantSym: 286 ; YAML-NEXT: ConstantSym: 291 ; YAML-NEXT: ConstantSym:
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 914 class ConstantSym : public SymbolRecord { 916 explicit ConstantSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ConstantSym() function 917 explicit ConstantSym(uint32_t RecordOffset) in ConstantSym() function 918 : SymbolRecord(SymbolRecordKind::ConstantSym), in ConstantSym()
|
D | CodeViewSymbols.def | 244 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym) 245 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 921 class ConstantSym : public SymbolRecord { 923 explicit ConstantSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ConstantSym() function 924 explicit ConstantSym(uint32_t RecordOffset) in ConstantSym() function 925 : SymbolRecord(SymbolRecordKind::ConstantSym), in ConstantSym()
|
D | CodeViewSymbols.def | 244 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym) 245 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.h | 62 void addGlobalSymbol(const codeview::ConstantSym &Sym);
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.h | 66 void addGlobalSymbol(const codeview::ConstantSym &Sym);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 324 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
|
D | SymbolRecordMapping.cpp | 210 ConstantSym &Constant) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 289 ConstantSym &Constant) { in visitKnownRecord()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 326 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
|
D | SymbolRecordMapping.cpp | 210 ConstantSym &Constant) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 289 ConstantSym &Constant) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 298 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-globals.yaml | 410 ConstantSym:
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 358 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 271 ConstantSym &Constant) { in visitConstantSym()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 555 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 532 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
|