Home
last modified time | relevance | path

Searched defs:StartFunction (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/
H A Dstabs_to_module.cc95 bool StabsToModule::StartFunction(const string& name, in StartFunction() function in google_breakpad::StabsToModule
H A Dstabs_reader.h291 virtual bool StartFunction(const string& name, uint64_t address) { in StartFunction() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h280 uint32_t StartFunction = -1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DWasm.h296 uint32_t StartFunction = -1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DWasm.h290 uint32_t StartFunction = -1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DWasm.h287 uint32_t StartFunction = -1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DWasm.h296 uint32_t StartFunction = -1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DWasm.h296 uint32_t StartFunction = -1; variable
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp83 std::unique_ptr<Function> InstrumentPass::StartFunction( in StartFunction() function in spvtools::opt::InstrumentPass
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp83 std::unique_ptr<Function> InstrumentPass::StartFunction( in StartFunction() function in spvtools::opt::InstrumentPass
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h349 uint32_t StartFunction; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h373 uint32_t StartFunction; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DWasmYAML.h374 uint32_t StartFunction; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DWasmYAML.h374 uint32_t StartFunction; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DWasmYAML.h374 uint32_t StartFunction; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DWasmYAML.h374 uint32_t StartFunction; member
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp653 void CodeGenFunction::StartFunction(GlobalDecl GD, in StartFunction() function in CodeGenFunction