Home
last modified time | relevance | path

Searched refs:getLexicalParentId (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBSymbolData.cpp56 auto LexParentId = RawSymbol->getLexicalParentId(); in getCompilandId()
62 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in getCompilandId()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSymbolEnumerator.cpp34 dumpSymbolIdField(OS, "lexicalParentId", getLexicalParentId(), Indent, in dump()
52 SymIndexId NativeSymbolEnumerator::getLexicalParentId() const { return 0; } in getLexicalParentId() function in NativeSymbolEnumerator
HDNativeCompilandSymbol.cpp42 SymIndexId NativeCompilandSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId() function in llvm::pdb::NativeCompilandSymbol
HDNativeTypeUDT.cpp81 SymIndexId NativeTypeUDT::getLexicalParentId() const { return 0; } in getLexicalParentId() function in NativeTypeUDT
HDNativeRawSymbol.cpp172 SymIndexId NativeRawSymbol::getLexicalParentId() const { return 0; } in getLexicalParentId() function in NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeCompilandSymbol.h28 SymIndexId getLexicalParentId() const override;
HDNativeSymbolEnumerator.h36 SymIndexId getLexicalParentId() const override;
HDNativeTypeUDT.h42 SymIndexId getLexicalParentId() const override;
HDNativeRawSymbol.h83 SymIndexId getLexicalParentId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIARawSymbol.h78 SymIndexId getLexicalParentId() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBRawSymbol.h104 virtual SymIndexId getLexicalParentId() const = 0;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1009 function_block.FindBlockByID(pdb_data.getLexicalParentId()); in ParseVariableForPDBData()
2042 auto LexParentId = data.getLexicalParentId(); in GetCompilandId()
2048 LexParentId = LexParent->getRawSymbol().getLexicalParentId(); in GetCompilandId()
HDPDBASTParser.cpp310 auto lexical_parent_id = raw.getLexicalParentId(); in GetClassOrFunctionParent()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp656 SymIndexId DIARawSymbol::getLexicalParentId() const { in getLexicalParentId() function in DIARawSymbol