Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h150 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in CallerSym() function
151 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset) in CallerSym() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp564 TEST_F(TypeIndexIteratorTest, CallerSym) { in TEST_F() argument
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h236 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *Header, in CallerSym() function