OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FaultMapSection
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
FaultMaps.cpp
53
MCSection *
FaultMapSection
=
55
OS.SwitchSection(
FaultMapSection
);
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h
164
MCSection *
FaultMapSection
= nullptr;
341
MCSection *getFaultMapSection() const { return
FaultMapSection
; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
189
static bool
FaultMapSection
;
2063
Optional<object::SectionRef>
FaultMapSection
;
2073
FaultMapSection
= Sec;
2080
if (!
FaultMapSection
.hasValue()) {
2086
unwrapOrError(
FaultMapSection
.getValue().getContents(), Obj->getFileName());
2274
if (
FaultMapSection
)
2433
FaultMapSection
= InputArgs.hasArg(OBJDUMP_fault_map_section);
2598
!DynamicSymbolTable && !UnwindInfo && !
FaultMapSection
&&
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp
295
FaultMapSection
= Ctx->getMachOSection("__LLVM_FAULTMAPS", "__llvm_faultmaps",
494
FaultMapSection
=
Completed in 96 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026