Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolThunk.h41 FORWARD_SYMBOL_METHOD(getTargetSection)
H A DIPDBRawSymbol.h146 virtual uint32_t getTargetSection() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h120 uint32_t getTargetSection() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h115 uint32_t getTargetSection() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp307 uint32_t NativeRawSymbol::getTargetSection() const { in getTargetSection() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp812 uint32_t DIARawSymbol::getTargetSection() const { in getTargetSection() function in DIARawSymbol