Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h60 mutable std::vector<SymIndexId> Compilands; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp1214 if (Compilands) { in dumpPretty() local
186 static cl::opt<bool> Compilands("compilands", global() variable
220 cl::opt<bool> Compilands("compilands", cl::desc("Display compilands"), global() variable
1242 if (auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>()) { dumpPretty() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp326 auto Compilands = findCompilandsForSourceFile(Pattern, Flags); in findOneCompilandForSourceFile() local