Home
last modified time | relevance | path

Searched defs:CallerSym (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h170 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CallerSym() function
171 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset) in CallerSym() function
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp563 TEST_F(TypeIndexIteratorTest, CallerSym) { in TEST_F() argument