Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h24 virtual std::unique_ptr<PDBSymbolCompiland> getCompiland() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h25 std::unique_ptr<PDBSymbolCompiland> getCompiland() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp22 std::unique_ptr<PDBSymbolCompiland> DIASectionContrib::getCompiland() const { in getCompiland() function in DIASectionContrib