Home
last modified time | relevance | path

Searched defs:Compilands (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DNativeSymbolReuseTest.cpp70 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
87 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
114 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h60 mutable std::vector<SymIndexId> Compilands; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp184 static cl::opt<bool> Compilands("compilands", variable
218 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), variable
1212 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpPretty() local
1240 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { in dumpPretty() local
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local