Home
last modified time | relevance | path

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

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