HomeSort by relevance Sort by last modified time
    Searched refs:AsmSymbols (Results 1 - 16 of 16) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 39 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ModuleSymbolTable.h 39 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ModuleSymbolTable.h 41 SpecificBumpPtrAllocator<AsmSymbol> AsmSymbols;
  /external/llvm/lib/Object/
IRObjectFile.cpp 43 AsmSymbols.emplace_back(Name, std::move(Flags));
188 assert(Index < AsmSymbols.size());
205 assert(Index <= AsmSymbols.size());
206 OS << AsmSymbols[Index].first;
226 assert(Index <= AsmSymbols.size());
227 return AsmSymbols[Index].second;
272 uint64_t NumAsm = AsmSymbols.size();
  /external/llvm/include/llvm/Object/
IRObjectFile.h 31 std::vector<std::pair<std::string, uint32_t>> AsmSymbols;

Completed in 778 milliseconds