OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initContent
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Binary.h
94
virtual Error
initContent
() { return Error::success(); };
185
bool
InitContent
= true);
237
bool
InitContent
= true);
ELFObjectFile.h
260
Error
initContent
() override;
397
bool
InitContent
= true);
459
template <class ELFT> Error ELFObjectFile<ELFT>::
initContent
() {
1070
ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool
InitContent
) {
1077
if (
InitContent
)
1078
if (Error E = Obj.
initContent
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp
473
if (Error ContentErr = Obj.
initContent
())
672
Buffer->getMemBufferRef(), /*Context=*/nullptr, /*
InitContent
=*/false);
Completed in 18 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026