Home
last modified time | relevance | path

Searched defs:SourceLocations (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h36 using SourceLocations = std::vector<SourceLocation>; variable
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp37 typedef std::vector<std::pair<std::string, unsigned int> > SourceLocations; typedef