Home
last modified time | relevance | path

Searched refs:NativeFunctionSymbol (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DNativeFunctionSymbol.cpp25 NativeFunctionSymbol::NativeFunctionSymbol(NativeSession &Session, in NativeFunctionSymbol() function in NativeFunctionSymbol
32 NativeFunctionSymbol::~NativeFunctionSymbol() = default;
34 void NativeFunctionSymbol::dump(raw_ostream &OS, int Indent, in dump()
44 uint32_t NativeFunctionSymbol::getAddressOffset() const { in getAddressOffset()
48 uint32_t NativeFunctionSymbol::getAddressSection() const { return Sym.Segment; } in getAddressSection()
49 std::string NativeFunctionSymbol::getName() const { in getName()
53 uint64_t NativeFunctionSymbol::getLength() const { return Sym.CodeSize; } in getLength()
55 uint32_t NativeFunctionSymbol::getRelativeVirtualAddress() const { in getRelativeVirtualAddress()
59 uint64_t NativeFunctionSymbol::getVirtualAddress() const { in getVirtualAddress()
97 NativeFunctionSymbol::findInlineFramesByVA(uint64_t VA) const { in findInlineFramesByVA()
DSymbolCache.cpp373 SymIndexId Id = createSymbol<NativeFunctionSymbol>(PS, I.offset()); in findFunctionSymbolBySectOffset()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeFunctionSymbol.h23 class NativeFunctionSymbol : public NativeRawSymbol {
25 NativeFunctionSymbol(NativeSession &Session, SymIndexId Id,
28 ~NativeFunctionSymbol() override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DCMakeLists.txt68 Native/NativeFunctionSymbol.cpp
/external/angle/third_party/clspv/gn/llvm/sources/
DBUILD.gn1482 "//$clspv_llvm_dir/llvm/lib/DebugInfo/PDB/Native/NativeFunctionSymbol.cpp",
/external/skia/bazel/rbe/gce_linux/cc/
Dmodule.modulemap3093 textual header "/usr/include/llvm-11/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h"