Home
last modified time | relevance | path

Searched refs:getNumFunctions (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DFaultMapParser.cpp53 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 DFaultMaps.cpp139 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 DFaultMaps.cpp137 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 DStackMapParser.h306 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 DStackMapParser.h299 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/
DStackMapParser.h308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
348 uint32_t getNumFunctions() const { in getNumFunctions() function
377 getFunctionOffset(getNumFunctions()))); in functions_end()
DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DStackMapParser.h308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
348 uint32_t getNumFunctions() const { in getNumFunctions() function
377 getFunctionOffset(getNumFunctions()))); in functions_end()
DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DStackMapParser.h309 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
349 uint32_t getNumFunctions() const { in getNumFunctions() function
378 getFunctionOffset(getNumFunctions()))); in functions_end()
H A DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DStackMapParser.h308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
348 uint32_t getNumFunctions() const { in getNumFunctions() function
377 getFunctionOffset(getNumFunctions()))); in functions_end()
DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DStackMapParser.h308 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
348 uint32_t getNumFunctions() const { in getNumFunctions() function
377 getFunctionOffset(getNumFunctions()))); in functions_end()
DFaultMapParser.h147 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DProfileSummary.h73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DProfileSummary.h76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DProfileSummary.h89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DProfileSummary.h89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DProfileSummary.h89 uint32_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DProfileSummary.h89 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 DProfileSummary.h89 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 DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DFaultMaps.h199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function

12