Searched refs:ConstantSym (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.h | 63 void addGlobalSymbol(const codeview::ConstantSym &Sym);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolRecord.h | 888 class ConstantSym : public SymbolRecord { 890 explicit ConstantSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ConstantSym() function 891 ConstantSym(uint32_t RecordOffset) in ConstantSym() function 892 : SymbolRecord(SymbolRecordKind::ConstantSym), in ConstantSym()
|
D | CodeViewSymbols.def | 246 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym) 247 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-7.0/llvm/lib/DebugInfo/CodeView/ |
D | RecordName.cpp | 325 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
|
D | SymbolRecordMapping.cpp | 211 ConstantSym &Constant) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 282 ConstantSym &Constant) { in visitKnownRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 272 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 271 ConstantSym &Constant) { in visitConstantSym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 533 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 519 ConstantSym &Constant) { in visitKnownRecord()
|