OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefinedIn
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp
703
if (
DefinedIn
!= nullptr) {
704
if (
DefinedIn
->Index >= SHN_LORESERVE)
706
return
DefinedIn
->Index;
730
SectionBase *
DefinedIn
, uint64_t Value,
737
Sym.
DefinedIn
=
DefinedIn
;
738
if (
DefinedIn
!= nullptr)
739
DefinedIn
->HasSymbol = true;
740
if (
DefinedIn
== nullptr) {
768
[ToRemove](const Symbol &Sym) { return ToRemove(Sym.
DefinedIn
); });
[
all
...]
Object.h
629
SectionBase *
DefinedIn
= nullptr;
692
void addSymbol(Twine Name, uint8_t Bind, uint8_t Type, SectionBase *
DefinedIn
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
2563
StringRef
DefinedIn
;
2565
DefinedIn
= SE->getString();
2569
S.Context, AL, Language,
DefinedIn
, IsGeneratedDeclaration));
Completed in 24 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026