Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSectionContrib.h23 virtual std::unique_ptr<PDBSymbolCompiland> getCompiland() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h24 std::unique_ptr<PDBSymbolCompiland> getCompiland() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASectionContrib.cpp21 std::unique_ptr<PDBSymbolCompiland> DIASectionContrib::getCompiland() const { in getCompiland() function in DIASectionContrib