OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Fixup
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectStreamer.h
46
MCFixup
Fixup
;
49
: Sym(McSym),
Fixup
(McFixup), DF(F) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h
89
Fixup
,
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCWinCOFFStreamer.cpp
222
MCFixup
Fixup
= MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2);
223
DF->getFixups().push_back(
Fixup
);
238
MCFixup
Fixup
= MCFixup::create(DF->getContents().size(), MCE, FK_SecRel_4);
240
DF->getFixups().push_back(
Fixup
);
257
MCFixup
Fixup
= MCFixup::create(DF->getContents().size(), MCE, FK_Data_4);
259
DF->getFixups().push_back(
Fixup
);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp
75
"Not all
fixup
kinds added to Infos array");
77
//
Fixup
kinds from .reloc directive are like R_RISCV_NONE. They
91
// enabled, always emit relocations even if the
fixup
can be resolved. This is
94
const MCFixup &
Fixup
,
96
if (
Fixup
.getKind() >= FirstLiteralRelocationKind)
98
switch (
Fixup
.getTargetKind()) {
117
bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &
Fixup
,
131
switch (
Fixup
.getTargetKind()) {
221
static uint64_t adjustFixupValue(const MCFixup &
Fixup
, uint64_t Value,
223
switch (
Fixup
.getTargetKind())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.cpp
262
/// fixups than the
fixup
depth on the innermost normal cleanup, or
264
/// wrong place. We *could* try to shrink
fixup
depths, but that's
273
assert(BranchFixups.size() >= MinSize && "
fixup
stack out of order");
329
// Skip this
fixup
if its destination isn't set.
330
BranchFixup &
Fixup
= CGF.EHStack.getBranchFixup(I);
331
if (
Fixup
.Destination == nullptr) continue;
339
// i.e. where there's an unresolved
fixup
inside a single cleanup
341
if (
Fixup
.OptimisticBranchBlock == nullptr) {
342
createStoreInstBefore(CGF.Builder.getInt32(
Fixup
.DestinationIndex),
344
Fixup
.InitialBranch)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTFDebug.cpp
598
/// Find a candidate, generate a
fixup
. Later on the struct/union
602
auto &
Fixup
= FixupDerivedTypes[CTy->getName()];
603
Fixup
.first = CTag == dwarf::DW_TAG_union_type;
604
Fixup
.second.push_back(TypeEntry.get());
646
// in DIToIdMap and a forward declaration
fixup
is created
1337
for (auto &
Fixup
: FixupDerivedTypes) {
1338
StringRef TypeName =
Fixup
.first;
1339
bool IsUnion =
Fixup
.second.first;
1355
for (auto &DType :
Fixup
.second.second) {
Completed in 24 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026