OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssemblerConstantPools
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
ConstantPools.h
10
// This file declares the ConstantPool and
AssemblerConstantPools
classes.
48
class
AssemblerConstantPools
{
67
AssemblerConstantPools
() {}
68
~
AssemblerConstantPools
() {}
MCStreamer.h
43
class
AssemblerConstantPools
;
107
std::unique_ptr<
AssemblerConstantPools
> ConstantPools;
159
std::unique_ptr<
AssemblerConstantPools
> ConstantPools;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64TargetStreamer.cpp
25
: MCTargetStreamer(S), ConstantPools(new
AssemblerConstantPools
()) {}
/external/llvm/lib/MC/
ConstantPools.cpp
10
// This file implements the ConstantPool and
AssemblerConstantPools
classes.
48
//
AssemblerConstantPools
implementation
51
AssemblerConstantPools
::getConstantPool(const MCSection *Section) {
60
AssemblerConstantPools
::getOrCreateConstantPool(const MCSection *Section) {
72
void
AssemblerConstantPools
::emitAll(MCStreamer &Streamer) {
84
void
AssemblerConstantPools
::emitForCurrentSection(MCStreamer &Streamer) {
91
const MCExpr *
AssemblerConstantPools
::addEntry(MCStreamer &Streamer,
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp
24
: MCTargetStreamer(S), ConstantPools(new
AssemblerConstantPools
()) {}
Completed in 3604 milliseconds