Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h23 virtual std::unique_ptr<PDBSymbolCompiland> getCompiland() const = 0;
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h24 std::unique_ptr<PDBSymbolCompiland> getCompiland() const override;
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp21 std::unique_ptr<PDBSymbolCompiland> DIASectionContrib::getCompiland() const { in getCompiland() function in DIASectionContrib