Home
last modified time | relevance | path

Searched refs:hasCustomCallingConvention (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugStart.h27 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFuncDebugEnd.h28 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolLabel.h27 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFunc.h40 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DIPDBRawSymbol.h171 virtual bool hasCustomCallingConvention() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h149 bool hasCustomCallingConvention() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h144 bool hasCustomCallingConvention() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp412 bool NativeRawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp942 bool DIARawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in DIARawSymbol