OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Libcalls
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
321
ArrayRef<StringRef>
Libcalls
,
347
std::binary_search(
Libcalls
.begin(),
Libcalls
.end(), GV.getName()))
365
static void accumulateAndSortLibcalls(std::vector<StringRef> &
Libcalls
,
375
Libcalls
.push_back(TLI.getName(F));
391
Libcalls
.push_back(Name);
394
array_pod_sort(
Libcalls
.begin(),
Libcalls
.end());
395
Libcalls
.erase(std::unique(
Libcalls
.begin(), Libcalls.end())
[
all
...]
/external/llvm/include/llvm/LTO/
LTOCodeGenerator.h
158
void applyRestriction(GlobalValue &GV, ArrayRef<StringRef>
Libcalls
,
Completed in 72 milliseconds