HomeSort by: relevance | last modified time | path
    Searched defs:Mappings (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
DebugCrossExSubsection.h 61 std::map<uint32_t, uint32_t> Mappings;
DebugCrossImpSubsection.h 87 StringMap<std::vector<support::ulittle32_t>> Mappings;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tokens.h 175 /// FIXME: allow mappings into macro arguments.
346 std::vector<Mapping> Mappings;
440 /// building mappings from spelled to expanded tokens.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 873 std::vector<YAMLVFSEntry> Mappings;
898 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 5168 std::vector<CoreFileMapping> Mappings;
5173 // 1. # of file mappings (call it N)
5194 return createError("unable to read file mappings (found " +
5203 Ret.Mappings.resize(FileCount);
5205 for (CoreFileMapping &Mapping : Ret.Mappings) {
5230 for (const CoreFileMapping &Mapping : Note.Mappings) {
6779 for (const CoreFileMapping &Mapping : Note.Mappings) {

Completed in 35 milliseconds