OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MCAsmLayout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmLayout.h
1
//===-
MCAsmLayout
.h - Assembly Layout Object -------------------*- C++ -*-===//
28
class
MCAsmLayout
{
47
MCAsmLayout
(MCAssembler &Assembler);
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp
14
#include "llvm/MC/
MCAsmLayout
.h"
32
MCAsmLayout
::
MCAsmLayout
(MCAssembler &Asm) : Assembler(Asm) {
42
bool
MCAsmLayout
::isFragmentValid(const MCFragment *F) const {
51
bool
MCAsmLayout
::canGetFragmentOffset(const MCFragment *F) const {
70
void
MCAsmLayout
::invalidateFragmentsFrom(MCFragment *F) {
80
void
MCAsmLayout
::ensureValid(const MCFragment *F) const {
91
const_cast<
MCAsmLayout
*>(this)->layoutFragment(&*I);
96
uint64_t
MCAsmLayout
::getFragmentOffset(const MCFragment *F) const {
103
static bool getLabelOffset(const
MCAsmLayout
&Layout, const MCSymbol &S
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026