Searched refs:getPriority (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp90 virtual float getPriority(LiveInterval *LI) { return LI->weight; } function in class:__anon2301::RABasic
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h472 unsigned getPriority() const { return Priority; }
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp285 unsigned int order = D->getAttr<InitPriorityAttr>()->getPriority();
H A DCodeGenModule.cpp2172 AddGlobalCtor(Fn, CA->getPriority());
2174 AddGlobalDtor(Fn, DA->getPriority());

Completed in 100 milliseconds