OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDefinedFunction
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
234
wasm::WasmFunction &
getDefinedFunction
(uint32_t Index);
235
const wasm::WasmFunction &
getDefinedFunction
(uint32_t Index) const;
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
389
getDefinedFunction
(Index).DebugName = Name;
756
if (
getDefinedFunction
(Index).Comdat != UINT32_MAX)
759
getDefinedFunction
(Index).Comdat = ComdatIndex;
1190
getDefinedFunction
(Ex.Index).ExportName = Ex.Name;
1273
wasm::WasmFunction &WasmObjectFile::
getDefinedFunction
(uint32_t Index) {
1279
WasmObjectFile::
getDefinedFunction
(uint32_t Index) const {
1509
return
getDefinedFunction
(Sym.Info.ElementIndex).CodeSectionOffset;
Completed in 15 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026