Home
last modified time | relevance | path

Searched refs:ConstantSym (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGSIStreamBuilder.h63 void addGlobalSymbol(const codeview::ConstantSym &Sym);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h888 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()
DCodeViewSymbols.def246 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym)
247 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolTypes.def244 SYMBOL_RECORD(S_CONSTANT , 0x1107, ConstantSym)
245 SYMBOL_RECORD_ALIAS(S_MANCONSTANT , 0x112d, ManagedConstant, ConstantSym)
DSymbolRecord.h1350 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/
DRecordName.cpp325 ConstantSym Const(SymbolKind::S_CONSTANT); in getSymbolName()
DSymbolRecordMapping.cpp211 ConstantSym &Constant) { in visitKnownRecord()
DSymbolDumper.cpp282 ConstantSym &Constant) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp272 void GSIStreamBuilder::addGlobalSymbol(const ConstantSym &Sym) { in addGlobalSymbol()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp271 ConstantSym &Constant) { in visitConstantSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp533 template <> void SymbolRecordImpl<ConstantSym>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp519 ConstantSym &Constant) { in visitKnownRecord()