Home
last modified time | relevance | path

Searched defs:SymbolId (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h41 std::unique_ptr<T> getConcreteSymbolById(SymIndexId SymbolId) const { in getConcreteSymbolById()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h41 std::unique_ptr<T> getConcreteSymbolById(SymIndexId SymbolId) const { in getConcreteSymbolById()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h234 SymIndexId SymbolId; variable
DSymbolCache.h190 ConcreteT &getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById()
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h35 std::unique_ptr<T> getConcreteSymbolById(uint32_t SymbolId) const { in getConcreteSymbolById()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h234 SymIndexId SymbolId; variable
DSymbolCache.h139 ConcreteT &getNativeSymbolById(SymIndexId SymbolId) const { in getNativeSymbolById()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp16 SymIndexId SymbolId, in NativeCompilandSymbol()
DNativeExeSymbol.cpp32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
DNativeRawSymbol.cpp18 SymIndexId SymbolId) in NativeRawSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeCompilandSymbol.cpp18 SymIndexId SymbolId, in NativeCompilandSymbol()
DNativeExeSymbol.cpp32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
DNativeRawSymbol.cpp19 SymIndexId SymbolId) in NativeRawSymbol()
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dtype_context.rs60 pub enum SymbolId { enum
550 impl From<TypeId> for SymbolId { implementation
556 impl From<TraitId> for SymbolId { implementation
562 impl TryInto<TypeId> for SymbolId { implementation
572 impl TryInto<TraitId> for SymbolId { implementation
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h97 using SymbolId = tables::SymbolTable::Id; variable