/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | FaultMapParser.cpp | 53 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<() 55 if (FMP.getNumFunctions() == 0) in operator <<() 60 for (unsigned I = 0, E = FMP.getNumFunctions(); I != E; ++I) { in operator <<()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 139 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<() 141 if (FMP.getNumFunctions() == 0) in operator <<() 146 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 137 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<() 139 if (FMP.getNumFunctions() == 0) in operator <<() 144 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 306 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 329 uint32_t getNumFunctions() const { in getNumFunctions() function 358 getFunctionOffset(getNumFunctions()))); in functions_end()
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV1Parser() 322 uint32_t getNumFunctions() const { in getNumFunctions() function 351 getFunctionOffset(getNumFunctions()))); in functions_end()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | StackMapParser.h | 308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 348 uint32_t getNumFunctions() const { in getNumFunctions() function 377 getFunctionOffset(getNumFunctions()))); in functions_end()
|
D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | StackMapParser.h | 308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 348 uint32_t getNumFunctions() const { in getNumFunctions() function 377 getFunctionOffset(getNumFunctions()))); in functions_end()
|
D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | StackMapParser.h | 309 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 349 uint32_t getNumFunctions() const { in getNumFunctions() function 378 getFunctionOffset(getNumFunctions()))); in functions_end()
|
H A D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | StackMapParser.h | 308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 348 uint32_t getNumFunctions() const { in getNumFunctions() function 377 getFunctionOffset(getNumFunctions()))); in functions_end()
|
D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | StackMapParser.h | 308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser() 348 uint32_t getNumFunctions() const { in getNumFunctions() function 377 getFunctionOffset(getNumFunctions()))); in functions_end()
|
D | FaultMapParser.h | 147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | ProfileSummary.h | 89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FaultMaps.h | 198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | FaultMaps.h | 199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
|