Home
last modified time | relevance | path

Searched defs:functionIndex (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsOs16.cpp118 unsigned int functionIndex = 0; in runOnModule() local
/external/llvm-project/llvm/lib/Target/Mips/
DMipsOs16.cpp118 unsigned int functionIndex = 0; in runOnModule() local
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp119 unsigned int functionIndex = 0; in runOnModule() local
/external/swiftshader/src/Reactor/
DLLVMAsm.cpp98 size_t functionIndex = ~0; in fixupAsmFile() local
/external/llvm-project/lld/wasm/
DInputChunks.h182 llvm::Optional<uint32_t> functionIndex; variable
DInputFiles.cpp338 auto functionIndex = seg.Functions[index]; in parse() local
DSyntheticSections.cpp210 uint32_t functionIndex = in addFunction() local
DWriter.cpp1092 void Writer::createCommandExportWrapper(uint32_t functionIndex, in createCommandExportWrapper()
DSymbols.h196 uint32_t functionIndex = INVALID_INDEX; variable
/external/starlark-go/internal/compile/
Dcompile.go976 func (pcomp *pcomp) functionIndex(fn *Funcode) uint32 { func