Home
last modified time | relevance | path

Searched refs:ExeSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp209 if (ExeSymbol == 0) in initializeExeSymbol()
210 ExeSymbol = Cache.createSymbol<NativeExeSymbol>(); in initializeExeSymbol()
216 return Cache.getNativeSymbolById<NativeExeSymbol>(ExeSymbol); in getNativeGlobalScope()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h112 SymIndexId ExeSymbol = 0; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp164 std::unique_ptr<PDBSymbolExe> ExeSymbol( in getGlobalScope() local
166 return ExeSymbol; in getGlobalScope()