Home
last modified time | relevance | path

Searched refs:Func (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp425 llvm::Function *Func = in populateForEachMetadata() local
428 TmpInputCountList[i] = (Func != nullptr) ? in populateForEachMetadata()
429 calculateNumInputs(Func, TmpSigList[i]) : 0; in populateForEachMetadata()
/frameworks/av/services/camera/libcameraservice/
DCameraService.h428 template<class Func>
431 Func onStatusUpdatedLocked);
737 template<class Func>
741 Func onStatusUpdatedLocked) { in updateStatus()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2255 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage, in ParseModule() local
2258 Func->setCallingConv(static_cast<CallingConv::ID>(Record[1])); in ParseModule()
2261 Func->setLinkage(getDecodedLinkage(RawLinkage)); in ParseModule()
2262 Func->setAttributes(getAttributes(Record[4])); in ParseModule()
2264 Func->setAlignment((1 << Record[5]) >> 1); in ParseModule()
2268 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
2270 Func->setVisibility(GetDecodedVisibility(Record[7])); in ParseModule()
2274 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
2279 Func->setUnnamedAddr(UnnamedAddr); in ParseModule()
2280 ValueList.push_back(Func); in ParseModule()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2523 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage, in ParseModule() local
2526 Func->setCallingConv(static_cast<CallingConv::ID>(Record[1])); in ParseModule()
2529 Func->setLinkage(getDecodedLinkage(RawLinkage)); in ParseModule()
2530 Func->setAttributes(getAttributes(Record[4])); in ParseModule()
2532 Func->setAlignment((1 << Record[5]) >> 1); in ParseModule()
2536 Func->setSection(SectionTable[Record[6]-1]); in ParseModule()
2538 Func->setVisibility(GetDecodedVisibility(Record[7])); in ParseModule()
2542 Func->setGC(GCTable[Record[8]-1].c_str()); in ParseModule()
2547 Func->setUnnamedAddr(UnnamedAddr); in ParseModule()
2548 ValueList.push_back(Func); in ParseModule()
[all …]