HomeSort by relevance Sort by last modified time
    Searched refs:CallerSym (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
TypeIndexDiscoveryTest.cpp 564 TEST_F(TypeIndexIteratorTest, CallerSym) {
565 CallerSym Callees(SymbolRecordKind::CalleeSym);
569 CallerSym Callers(SymbolRecordKind::CallerSym);
573 CallerSym Inlinees(SymbolRecordKind::InlineesSym);
  /external/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 230 class CallerSym : public SymbolRecord {
236 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *Header,
241 static ErrorOr<CallerSym> deserialize(SymbolRecordKind Kind,
249 return CallerSym(Kind, RecordOffset, Header, Indices);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 148 class CallerSym : public SymbolRecord {
150 explicit CallerSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {}
151 CallerSym(SymbolRecordKind Kind, uint32_t RecordOffset)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 430 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) {
SymbolDumper.cpp 578 Error CVSymbolDumperImpl::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) {
  /external/llvm/lib/DebugInfo/CodeView/
SymbolDumper.cpp 588 void CVSymbolDumperImpl::visitCallerSym(SymbolKind Kind, CallerSym &Caller) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 507 template <> void SymbolRecordImpl<CallerSym>::map(IO &IO) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 730 Error MinimalSymbolDumper::visitKnownRecord(CVSymbol &CVR, CallerSym &Caller) {

Completed in 69 milliseconds