Home
last modified time | relevance | path

Searched refs:CallerSym (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp564 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/
DCodeViewSymbols.def187 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)
DSymbolRecord.h148 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/
DCVSymbolTypes.def234 SYMBOL_RECORD(S_CALLEES , 0x115a, CallerSym)
235 SYMBOL_RECORD_ALIAS(S_CALLERS , 0x115b, CalleeSym, CallerSym)
DSymbolRecord.h230 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/
DSymbolRecordMapping.cpp430 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
DSymbolDumper.cpp578 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp588 void CVSymbolDumperImpl::visitCallerSym(SymbolKind Kind, CallerSym &Caller) { in visitCallerSym()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp507 template <> void SymbolRecordImpl<CallerSym>::map(IO &IO) { in map()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp730 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) { in visitKnownRecord()