Home
last modified time | relevance | path

Searched refs:SymbolsToAllocate (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp575 CommonSymbolList SymbolsToAllocate; in emitCommonSymbols() local
599 SymbolsToAllocate.push_back(Sym); in emitCommonSymbols()
617 for (auto &Sym : SymbolsToAllocate) { in emitCommonSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp650 CommonSymbolList &SymbolsToAllocate, in emitCommonSymbols() argument
653 if (SymbolsToAllocate.empty()) in emitCommonSymbols()
672 for (auto &Sym : SymbolsToAllocate) { in emitCommonSymbols()