Searched refs:CallerSym (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 564 TEST_F(TypeIndexIteratorTest, CallerSym) { in TEST_F() argument 565 CallerSym Callees(SymbolRecordKind::CalleeSym); in TEST_F() 569 CallerSym Callers(SymbolRecordKind::CallerSym); in TEST_F() 573 CallerSym Inlinees(SymbolRecordKind::InlineesSym); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewSymbols.def | 187 SYMBOL_RECORD_ALIAS(S_INLINEES, 0x1168, InlineesSym, CallerSym) // Undocumented 236 SYMBOL_RECORD(S_CALLEES , 0x115a, CallerSym) 237 SYMBOL_RECORD_ALIAS(S_CALLERS, 0x115b, CalleeSym, CallerSym)
|
D | SymbolRecord.h | 148 class CallerSym : public SymbolRecord { 150 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CallerSym() function 151 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset) in CallerSym() function
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolTypes.def | 234 SYMBOL_RECORD(S_CALLEES , 0x115a, CallerSym) 235 SYMBOL_RECORD_ALIAS(S_CALLERS , 0x115b, CalleeSym, CallerSym)
|
D | SymbolRecord.h | 230 class CallerSym : public SymbolRecord { 236 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *Header, in CallerSym() function 241 static ErrorOr<CallerSym> deserialize(SymbolRecordKind Kind, in deserialize() 249 return CallerSym(Kind, RecordOffset, Header, Indices); in deserialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolRecordMapping.cpp | 430 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
|
D | SymbolDumper.cpp | 578 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 588 void CVSymbolDumperImpl::visitCallerSym(SymbolKind Kind, CallerSym &Caller) { in visitCallerSym()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLSymbols.cpp | 507 template <> void SymbolRecordImpl<CallerSym>::map(IO &IO) { in map()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 730 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
|