OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRelocatableObject
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
210
bool
isRelocatableObject
() const override;
XCOFFObjectFile.h
321
bool
isRelocatableObject
() const override;
ObjectFile.h
343
virtual bool
isRelocatableObject
() const = 0;
ELFObjectFile.h
446
bool
isRelocatableObject
() const override;
1320
template <class ELFT> bool ELFObjectFile<ELFT>::
isRelocatableObject
() const {
MachO.h
579
bool
isRelocatableObject
() const override;
COFF.h
1105
bool
isRelocatableObject
() const override;
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp
27
if (!Obj.
isRelocatableObject
())
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
1310
bool COFFObjectFile::
isRelocatableObject
() const {
1865
if (Obj->
isRelocatableObject
())
XCOFFObjectFile.cpp
448
bool XCOFFObjectFile::
isRelocatableObject
() const {
WasmObjectFile.cpp
1762
bool WasmObjectFile::
isRelocatableObject
() const { return HasLinkingSection; }
MachOObjectFile.cpp
4646
bool MachOObjectFile::
isRelocatableObject
() const {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFVerifier.cpp
854
IsObjectFile = F->
isRelocatableObject
();
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp
457
if (isa<COFFObjectFile>(Obj) && !Obj->
isRelocatableObject
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
1435
if (!Obj->
isRelocatableObject
()) {
1643
if (!Obj->
isRelocatableObject
())
Completed in 74 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026