Searched refs:doLookup (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Support/ |
| H A D | KindMapping.cpp | 80 static RT doLookup(std::function<RT(KindTy)> def, in doLookup() function 93 return doLookup<Bitsize, KEY>(defaultScalingKind, map, kind); in getIntegerLikeBitsize() 99 return doLookup<LLVMTypeID, KEY>(defaultRealKind, map, kind); in getFloatLikeTypeID() 105 switch (doLookup<LLVMTypeID, KEY>(defaultRealKind, map, kind)) { in getFloatSemanticsOfKind()
|
| /llvm-project-15.0.7/llvm/tools/llvm-gsymutil/ |
| H A D | llvm-gsymutil.cpp | 413 static void doLookup(GsymReader &Gsym, uint64_t Addr, raw_ostream &OS) { in doLookup() function 508 doLookup(**CurrentGsym, Addr, OS); in main() 531 doLookup(*Gsym, Addr, OS); in main()
|